[PATCH] D65756: [GlobalISel] Teach GlobalISelEmitter to treat used iPTRAny operands as pointer operands

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 11:34:22 PDT 2019


arsenm added inline comments.


================
Comment at: llvm/test/TableGen/GlobalISelEmitterOverloadedPtr.td:6
+
+def MyTargetISA : InstrInfo;
+def MyTarget : Target { let InstructionSet = MyTargetISA; }
----------------
paquette wrote:
> arsenm wrote:
> > A lot of tests have the same fake target boilerplate. Should these be merged into a template target to include?
> I think that's a good idea, but I'm not quite sure how to get TableGen to do it.
I think just an include will work, although I'm not sure where to put it


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

https://reviews.llvm.org/D65756





More information about the llvm-commits mailing list