[PATCH] D46953: [FastISel] Permit instructions to be skipped for FastISel generation.

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 21 08:32:19 PDT 2018


mcrosier added a comment.

Okay, now I understand.  Seems like a reasonable extension.

Can you point me at the change that actually uses this new functionality?



================
Comment at: utils/TableGen/FastISelEmitter.cpp:452
       continue;
+
     CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
----------------
Please don't add white space.


Repository:
  rL LLVM

https://reviews.llvm.org/D46953





More information about the llvm-commits mailing list