[PATCH] D32797: [X86] Moving X86Local namespace from .cpp to .h file to use it in memory folding TableGen backend.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 05:52:33 PDT 2017
RKSimon added inline comments.
================
Comment at: utils/TableGen/X86RecognizableInstr.h:25
+#define MRM_MAPPING \
+ MAP(C0, 64) \
----------------
Do we need to prefix this macro now that its more globally available? X86_INSTR_MRM_MAPPING for instance?
https://reviews.llvm.org/D32797
More information about the llvm-commits
mailing list