This revision was automatically updated to reflect the committed changes.
Closed by commit rGb49b8f096c03: [PowerPC][Clang] Remove QPX support (authored
by jsji).
Changed prior to commit:
https://reviews.llvm.org/D92329?vs=308405&id=309908#toc
Repository:
rG LLVM Github Monorepo
CHANGES SIN
steven.zhang accepted this revision.
steven.zhang added a comment.
This revision is now accepted and ready to land.
LGTM as I grep the whole repo with this patch applied, no QPX any more.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92329/new/
htt
jsji updated this revision to Diff 308405.
jsji added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Fix llvm test as well
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92329/new/
https://reviews.llvm.org/D92329
qiucf added a comment.
Another small place also needs remove? (but not related to clang)
`llvm/test/Transforms/LoopVectorize/PowerPC/vectorize-only-for-real.ll`:
attributes #0 = { nounwind "target-cpu"="a2q"
"target-features"="+qpx,-altivec,-bpermd,-crypto,-direct-move,-extdiv,-power8-vector,
jsji created this revision.
Herald added subscribers: cfe-commits, dang, shchenz, kbarton, nemanjai.
Herald added a project: clang.
jsji requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Clean up QPX code in clang missed in https://reviews.