[PATCH] D93708: [AMDGPU] Add a new Clamp Pattern to the GlobalISel Path.
Thomas Symalla via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 18 04:03:52 PST 2021
tsymalla added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp:149
+
+ B.buildInstr(AMDGPU::V_MED3_I32,
+ {MedDst},
----------------
arsenm wrote:
> A pseudo here would also apply for the same reasons
I will implement this as soon as I'll get access back to my machine. Is there a reason why in some cases pseudos exist, in some cases not?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93708/new/
https://reviews.llvm.org/D93708
More information about the llvm-commits
mailing list