[PATCH] D64730: AMDGPU/GlobalISel: Select G_AND/G_OR/G_XOR
    Tom Stellard via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 15 07:47:52 PDT 2019
    
    
  
tstellar 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;
----------------
Would we be able to do this in TableGen if we didn't have to special case the boolean values?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64730/new/
https://reviews.llvm.org/D64730
    
    
More information about the llvm-commits
mailing list