Fixing test suite of the committed PR: https://reviews.llvm.org/D78054.
I am proposing to remove the PowerPC target triple in the test suite.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Just minor comments.
Thank you.
llvm/test/Transforms/LoopVectorize/vectorizeVFone.ll | ||
---|---|---|
26–27 | You might want to remove this too? | |
27–28 | Also, given that all references to ppc seems to be dropped, maybe rename __atand2_massv to vector_atan, so you can simplify the CHECK-NOT: to check for call fast <{{[0-9]+}} x double> @{{.*}}atan(. |
You might want to remove this too?