[PATCH] D147996: [X86] combineConcatVectorOps - remove FADD/FSUB/FMUL handling (2-1)

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 22:30:52 PDT 2023


xiangzhangllvm added a comment.

Let me commit it if no body objects.
For the affected tests (include cases in PR60441 <https://github.com/llvm/llvm-project/issues/60441> ) I think they are better be optmized in mid-end (re-vectorization)

PS: the failed test ./clang/test/SemaCXX/warn-unsafe-buffer-usage-fixits-pre-increment.cpp has no relation with this change.


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

https://reviews.llvm.org/D147996



More information about the llvm-commits mailing list