File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2- ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgcn -mcpu=verde < %s | FileCheck -enable-var-scope -check-prefixes =SI,GCN %s
3- ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgcn -mcpu=tonga < %s | FileCheck -enable-var-scope -check-prefixes =VI,GCN %s
2+ ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgcn -mcpu=verde < %s | FileCheck -enable-var-scope -check-prefix =SI %s
3+ ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgcn -mcpu=tonga < %s | FileCheck -enable-var-scope -check-prefix =VI %s
44
55define amdgpu_kernel void @xor_v2i32 (ptr addrspace (1 ) %out , ptr addrspace (1 ) %in0 , ptr addrspace (1 ) %in1 ) {
66; SI-LABEL: xor_v2i32:
@@ -816,6 +816,4 @@ define amdgpu_kernel void @vector_xor_literal_i64(ptr addrspace(1) %out, ptr add
816816 %or = xor i64 %loada , 22470723082367
817817 store i64 %or , ptr addrspace (1 ) %out
818818 ret void
819- }
820- ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
821- ; GCN: {{.*}}
819+ }
You can’t perform that action at this time.
0 commit comments