[PATCH] D58232: GlobalISel: Don't materialize immarg arguments to intrinsics

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 14:48:57 PST 2019


dsanders added a comment.

In D58232#1399984 <https://reviews.llvm.org/D58232#1399984>, @ab wrote:

> On second thought, what happens to the tablegen emitter?  That needs to be taught about these as well, right?  That might not trigger on anything right now though.


Similarly, there's functions like isOperandImmEqual() (which is what the generated ISel matcher uses) that are expecting immediates to be a G_CONSTANT.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58232/new/

https://reviews.llvm.org/D58232





More information about the llvm-commits mailing list