Skip to content

Commit 4b4a6c4

Browse files
Added comment to the test
1 parent 58c5774 commit 4b4a6c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/SYCLLowerIR/esimd_lower_crash_zext.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
22
; RUN: opt -LowerESIMD -S < %s | FileCheck %s
33

4+
; This test checks that there is no crash while lowering
5+
; __esimd_unpack_mask.
6+
47
define spir_func <32 x i16> @_Z3foov() {
58
; CHECK-LABEL: @_Z3foov(
69
; CHECK-NEXT: ret <32 x i16> zext (<32 x i1> bitcast (<1 x i32> <i32 1717986918> to <32 x i1>) to <32 x i16>)

0 commit comments

Comments
 (0)