Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120435
[X86] Combine ADC(ADD(X,Y),0,Carry) -> ADC(X,Y,Carry) ClosedPublic Authored by chfast on Feb 23 2022, 2:02 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Feb 24 2022, 2:33 AM This revision was landed with ongoing or failed builds.Feb 25 2022, 5:31 AM Closed by commit rGeb1ff70fc5fc: [X86] Combine ADC(ADD(X,Y),0,Carry) -> ADC(X,Y,Carry) (authored by chfast). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411390 llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/addcarry.ll
|
Is it guaranteed the constant is in RHS?