We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c5774 commit 4b4a6c4Copy full SHA for 4b4a6c4
llvm/test/SYCLLowerIR/esimd_lower_crash_zext.ll
@@ -1,6 +1,9 @@
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2
; RUN: opt -LowerESIMD -S < %s | FileCheck %s
3
4
+; This test checks that there is no crash while lowering
5
+; __esimd_unpack_mask.
6
+
7
define spir_func <32 x i16> @_Z3foov() {
8
; CHECK-LABEL: @_Z3foov(
9
; 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