[PATCH] D84730: [X86] Merge disp8 and cdisp8 handling into a single helper function to reduce some code.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 06:04:48 PDT 2020


craig.topper created this revision.
craig.topper added reviewers: RKSimon, spatel.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
Harbormaster failed remote builds in B65964: Diff 281124!
Harbormaster returned this revision to the author for changes because remote builds failed.
craig.topper requested review of this revision.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84730

Files:
  llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84730.281124.patch
Type: text/x-patch
Size: 4616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200728/af5a3be7/attachment.bin>


More information about the llvm-commits mailing list