[PATCH] D90052: AMDGPU/GlobalISel: Add clamp combine

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 06:55:01 PDT 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUCombine.td:68
 
+def clamp_matchdata : GIDefMatchData<"Register">;
+
----------------
Can you use the standard register_matchdata for this?


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

https://reviews.llvm.org/D90052



More information about the llvm-commits mailing list