[llvm] 2224c2f - [BPF] intrinsic-array-2.ll - remove unused check prefixes
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 10:38:46 PST 2020
Author: Simon Pilgrim
Date: 2020-11-11T18:38:21Z
New Revision: 2224c2f8bc91fb22c28e8d994644320830a83ec5
URL: https://github.com/llvm/llvm-project/commit/2224c2f8bc91fb22c28e8d994644320830a83ec5
DIFF: https://github.com/llvm/llvm-project/commit/2224c2f8bc91fb22c28e8d994644320830a83ec5.diff
LOG: [BPF] intrinsic-array-2.ll - remove unused check prefixes
Just use default CHECK
Added:
Modified:
llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll b/llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll
index e61779756509..7a1a8f7feaf6 100644
--- a/llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll
+++ b/llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll
@@ -1,6 +1,7 @@
; RUN: opt -O2 %s | llvm-dis > %t1
-; RUN: llc -filetype=asm -o - %t1 | FileCheck -check-prefixes=CHECK,CHECK-ALU64 %s
-; RUN: llc -mattr=+alu32 -filetype=asm -o - %t1 | FileCheck -check-prefixes=CHECK,CHECK-ALU32 %s
+; RUN: llc -filetype=asm -o - %t1 | FileCheck %s
+; RUN: llc -mattr=+alu32 -filetype=asm -o - %t1 | FileCheck %s
+
; Source:
; enum { FIELD_EXISTENCE = 2, };
; struct s1 { int a1; };
More information about the llvm-commits
mailing list