[PATCH] D17573: [X86] PR26554: Use not all set of alternative nops in 64 bit mode, but only those which are correct
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 5 10:51:03 PDT 2016
RKSimon added inline comments.
================
Comment at: include/llvm/Support/TargetRegistry.h:118
@@ -116,3 +117,3 @@
const MCRegisterInfo &MRI,
const Triple &TT, StringRef CPU);
typedef MCTargetAsmParser *(*MCAsmParserCtorTy)(
----------------
The threading issue is the most important but can't Triple and CPU be gotten from MCSubtargetInfo? I realise this would be even more upheaval requiring the patch to be split further.
http://reviews.llvm.org/D17573
More information about the llvm-commits
mailing list