[PATCH] D121973: Recommit "[SLP] Fix lookahead operand reordering for splat loads."

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 17:17:17 PDT 2022


vporpo added a comment.

Thanks @aeubanks for reporting this and for providing a reproducer. 
The cause of the crash was a typo `hasSSSE3()` instead of `hasSSE3()` which was causing the assertion in `X86TargetTransformInfo.cpp:1561` `assert(isLegalBroadcast(...)` to crash. I recommitted the patch: 27bd8f94928201f87f6b659fc2228efd539e8245 <https://reviews.llvm.org/rG27bd8f94928201f87f6b659fc2228efd539e8245>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121973



More information about the llvm-commits mailing list