[PATCH] D82467: [PowerPC][Power10] Implement Truncate and Store VSX Vector Builtins
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 20:35:45 PDT 2020
lei requested changes to this revision.
lei added a comment.
This revision now requires changes to proceed.
Please move encoding tests to ppc64-encoding-ISA31.[txt|s].
================
Comment at: clang/test/CodeGen/builtins-ppc-p10vector.c:108
+ signed char *__c) {
+ // CHECK-BE: store i8 %{{.+}}, i8* %{{.+}}, align 1
+ // CHECK-LE: store i8 %{{.+}}, i8* %{{.+}}, align 1
----------------
I don't see a run line above that uses `CHECK-BE|CHECK-LE`. Since all these look the same, did you mean to use the default `CHECK`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82467/new/
https://reviews.llvm.org/D82467
More information about the llvm-commits
mailing list