[PATCH] D35014: [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 10:59:19 PDT 2017
qcolombet added inline comments.
================
Comment at: include/llvm/CodeGen/MachineInstr.h:1291
/// return null.
MachineRegisterInfo *getRegInfo();
+private:
----------------
Genuine question.
MRI is usually accessibly via other more efficient means.
Do we really need to rely on this one?
https://reviews.llvm.org/D35014
More information about the llvm-commits
mailing list