We currently handle EVEX and non-EVEX separately in two places. By sinking the EVEX
check into the existing helper for CDisp8 we can simplify these two places.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84730
[X86] Merge disp8 and cdisp8 handling into a single helper function to reduce some code. ClosedPublic Authored by craig.topper on Jul 27 2020, 11:52 PM.
Details Summary We currently handle EVEX and non-EVEX separately in two places. By sinking the EVEX
Diff Detail
Event TimelineHarbormaster returned this revision to the author for changes because remote builds failed.Jul 28 2020, 12:36 AM This revision is now accepted and ready to land.Jul 28 2020, 8:28 AM This revision was landed with ongoing or failed builds.Jul 28 2020, 10:46 AM Closed by commit rG6c3dc6e1d57d: [X86] Merge disp8 and cdisp8 handling into a single helper function to reduce… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 281293 llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
|