This extends the optimization in r280832 to also work for 64-bit. The only
quirk is that we can't do this for 64-bit Windows (yet).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, with a couple of nits - feel free to ignore them, except for the typo fix.
lib/Target/X86/X86ExpandPseudo.cpp | ||
---|---|---|
125 ↗ | (On Diff #70891) | unfinder -> unwinder. |
lib/Target/X86/X86InstrControl.td | ||
266 ↗ | (On Diff #70891) | Do we ever expect to print this? Is this just for debugging? |
311 ↗ | (On Diff #70891) | Totally nitpicking, but maybe di64cc (which will also better match d64_CC below)? |
326 ↗ | (On Diff #70891) | Same as above. |