[PATCH] D46953: [FastISel] Permit instructions to be skipped for FastISel generation.
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 21 08:53:19 PDT 2018
sdardis added a comment.
The two dependant patches (https://reviews.llvm.org/D46956 and https://reviews.llvm.org/D47075) make use of this functionality. I can't commit them yet without this patch, as they'll break the build for any builder which compiles the MIPS backend.
================
Comment at: utils/TableGen/FastISelEmitter.cpp:452
continue;
+
CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
----------------
mcrosier wrote:
> Please don't add white space.
Will fix this.
Repository:
rL LLVM
https://reviews.llvm.org/D46953
More information about the llvm-commits
mailing list