This will fix one of the regressions from D42948.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D43531
[X86] Turn setne X, signedmin into setgt X, signedmin in LowerVSETCC to avoid an invert ClosedPublic Authored by craig.topper on Feb 20 2018, 3:18 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 22 2018, 1:30 PM Closed by commit rL325840: [X86] Turn setne X, signedmin into setgt X, signedmin in LowerVSETCC to avoid… (authored by ctopper). · Explain WhyFeb 22 2018, 3:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 135536 llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/X86/vector-compare-simplify.ll
|