[PATCH] D64730: AMDGPU/GlobalISel: Select G_AND/G_OR/G_XOR

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 07:48:46 PDT 2019


arsenm marked an inline comment as done.
arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPUInstructionSelector.h:75
   bool selectG_SZA_EXT(MachineInstr &I) const;
   bool selectG_CONSTANT(MachineInstr &I) const;
+  bool selectG_AND_OR_XOR(MachineInstr &I) const;
----------------
tstellar wrote:
> Would we be able to do this in TableGen if we didn't have to special case the boolean values?
I think so


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

https://reviews.llvm.org/D64730





More information about the llvm-commits mailing list