[PATCH] D62449: [X86][SSE] Improve bool vector extload (PR26091)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 26 22:22:43 PDT 2019
craig.topper added a comment.
Are the loads where we're using movd directly, are the loads being considered at least 4 byte aligned? That would trigger the loadi32 PatFrag to match an EXTLOAD
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62449/new/
https://reviews.llvm.org/D62449
More information about the llvm-commits
mailing list