Skip to content

Commit a6c2465

Browse files
[AMDGPU] Cleanup xor.ll
1 parent bbf1635 commit a6c2465

File tree

1 file changed

+3
-5
lines changed
  • llvm/test/CodeGen/AMDGPU

1 file changed

+3
-5
lines changed

llvm/test/CodeGen/AMDGPU/xor.ll

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
define 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+
}

0 commit comments

Comments
 (0)