[PATCH] D92329: [PowerPC][Clang] Remove QPX support

Qiu Chaofan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 30 08:44:59 PST 2020


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,-vsx" }
  attributes #1 = { argmemonly nounwind }
  attributes #2 = { "target-cpu"="a2q" "target-features"="+qpx,-altivec,-bpermd,-crypto,-direct-move,-extdiv,-power8-vector,-vsx" }
  attributes #3 = { nounwind }


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92329/new/

https://reviews.llvm.org/D92329



More information about the cfe-commits mailing list