[flang-commits] [flang] [flang] Fix typos PPC intrinsics tests (NFC) (PR #92943)

via flang-commits flang-commits at lists.llvm.org
Fri May 24 09:27:30 PDT 2024


================
@@ -1,4 +1,4 @@
-! RUN: %flang_fc1 -flang-experimental-hlfir -emit-llvm %s -triple ppc64le-unknown-linux -o - | FileCheck --check-prefixes="CHECK" %s
+! RUN: %flang_fc1 -flang-experimental-hlfir -emit-llvm %s -triple ppc64le-unknown-linux -o - | FileCheck --check-prefixes="LLVMIR" %s
----------------
klensy wrote:

I'm losing confidence in my understanding how different prefixes works between them: in case of
```
FOO-LABEL: xxx
BAR: yyy
...
FOO2-LABEL: zzz
```
will BAR me matched between FOO and FOO2 or not? idk.

Anyway, in https://github.com/llvm/llvm-project/pull/92943/commits/76100a9265b41176ca2e89d3668d8915426bfdcf you defined prefixes ending with `-LABEL`, but they should be `LLVM`, i guess. So you need to change only definitions.

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


More information about the flang-commits mailing list