[PATCH] D37130: [x86] Teach the backend to fold more read-modify-write memory operands to instructions.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 23:30:50 PDT 2017
chandlerc marked an inline comment as done.
chandlerc added inline comments.
================
Comment at: lib/Target/X86/X86ISelDAGToDAG.cpp:2040
EVT MemVT = StoreNode->getMemoryVT();
if (!MemVT.isSimple())
return false;
----------------
craig.topper wrote:
> You can delete this check now. Sorry I meant to mention that.
Doh, of course. Done.
https://reviews.llvm.org/D37130
More information about the llvm-commits
mailing list