[clang] [clang-tools-extra] [flang] [llvm] [mlir] [polly] [test]: fix filecheck annotation typos (PR #91854)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 01:46:08 PDT 2024


================
@@ -217,42 +217,42 @@ define <4 x i32> @load_v3i8_to_4xi32_const_offset_3(ptr %src) {
 }
 
 define <4 x i32> @volatile_load_v3i8_to_4xi32(ptr %src) {
-; check-label: volatile_load_v3i8_to_4xi32:
+; check-LABEL: volatile_load_v3i8_to_4xi32:
----------------
davemgreen wrote:

I think we can delete these. The real check lines are below.

https://github.com/llvm/llvm-project/pull/91854


More information about the llvm-commits mailing list