Copy MI-level cmp->test conversion to SelectionDAG-level memory unfold.
This fixes a regression from D41293.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/Target/X86/X86InstrInfo.cpp | ||
---|---|---|
9237 ↗ | (On Diff #132438) | Any reason this can't be C->isNullValue()? Or even just use isNullConstant to merge the first and second if. |