[PATCH] D69483: [PowerPC]: Fix predicate handling with SPE
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 12:19:10 PDT 2019
jhibbits added a comment.
@kthomsen you can use 'clang -emit-llvm' to emit LLVM IR from your C test cases. There are reducer passes that you can run on that as well, to reduce the test case to the smallest needed, but I can't recall what they are.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69483/new/
https://reviews.llvm.org/D69483
More information about the llvm-commits
mailing list