[PATCH] D78180: [X86][MC] Reduce the parameters of functions in X86MCCodeEmitter(Part I)
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 01:36:09 PDT 2020
skan marked an inline comment as done.
skan added inline comments.
================
Comment at: llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp:1309-1310
// Handle REX prefix.
// FIXME: Can this come before F2 etc to simplify emission?
if (STI.hasFeature(X86::Mode64Bit)) {
----------------
Comment to myself: Plan to fix this "FIXME" in Part2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78180/new/
https://reviews.llvm.org/D78180
More information about the llvm-commits
mailing list