Skip to content

Commit

Permalink
[SYCL][E2E] Test bitreverse with default options (#13435)
Browse files Browse the repository at this point in the history
Now that the SPIR-V extension SPV_KHR_bit_instructions is not enabled by
default, it is safe to test bitreverse with default options.

Signed-off-by: Lu, John <john.lu@intel.com>
  • Loading branch information
LU-JOHN authored May 7, 2024
1 parent 90eb189 commit cfcb8b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sycl/test-e2e/LLVMIntrinsicLowering/bitreverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// TODO FIXME Change NOT_READY to RUN when llvm.bitreverse.* is supported.

// Build without lowering explicitly disabled.
// NOT_READY: %{build} -o %t.bitinstructions.out
// RUN: %{build} -o %t.bitinstructions.out

// Execution should still be correct.
// NOT_READY: %{run} %t.bitinstructions.out
// RUN: %{run} %t.bitinstructions.out

// CHECK-SPV: Name {{[0-9]+}} "llvm_bitreverse_i8"
// CHECK-SPV: Name {{[0-9]+}} "llvm_bitreverse_i16"
Expand Down

0 comments on commit cfcb8b6

Please sign in to comment.