[llvm] [X86] combineINSERT_SUBVECTOR - fold insert_subvector(base,extract_subvector(broadcast)) -> blend shuffle(base,broadcast) (PR #133083)
Walter Lee via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 15:01:51 PDT 2025
googlewalt wrote:
This change is causing some of our internal tests to time out after 5 minutes (they were completing in 3 minutes before).
https://github.com/llvm/llvm-project/pull/133083
More information about the llvm-commits
mailing list