[PATCH] D41349: Thread MCSubtargetInfo through Target::createMCAsmBackend

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 02:57:31 PST 2018


asb added a comment.

Thanks for the reviews everyone. Does anyone have any objections to removing the now seemingly redundant MCSubtargetInfo argument to MCAsmBackend::relaxInstruction?

https://reviews.llvm.org/D41693 refactors the code I mentioned in ArmAsmBackend. I'm not currently planning to write the patch for X86 HasNopl, but that issue is tracked here <https://bugs.llvm.org/show_bug.cgi?id=35686>. No plans for Mips nop insertion either, but that should now be easy to support.


Repository:
  rL LLVM

https://reviews.llvm.org/D41349





More information about the llvm-commits mailing list