diff options
Diffstat (limited to 'test/CodeGen/NVPTX/pr13291-i1-store.ll')
-rw-r--r-- | test/CodeGen/NVPTX/pr13291-i1-store.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/NVPTX/pr13291-i1-store.ll b/test/CodeGen/NVPTX/pr13291-i1-store.ll index cc67a6f..d4f7c3b 100644 --- a/test/CodeGen/NVPTX/pr13291-i1-store.ll +++ b/test/CodeGen/NVPTX/pr13291-i1-store.ll @@ -19,7 +19,7 @@ define ptx_kernel void @t2(i1* %a, i8* %b) { ; PTX64: and.b16 %rs{{[0-9]+}}, %rs{{[0-9]+}}, 1; ; PTX64: setp.eq.b16 %p{{[0-9]+}}, %rs{{[0-9]+}}, 1; - %t1 = load i1* %a + %t1 = load i1, i1* %a %t2 = select i1 %t1, i8 1, i8 2 store i8 %t2, i8* %b ret void |