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
- Build Status
Buildable 14616 Build 14616: arc lint + arc unit
Event Timeline
llvm/lib/Target/X86/X86InstrInfo.cpp | ||
---|---|---|
9237 | Any reason this can't be C->isNullValue()? Or even just use isNullConstant to merge the first and second if. |
Any reason this can't be C->isNullValue()?
Or even just use isNullConstant to merge the first and second if.