Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
Matt Arsenault c986d476cd AMDGPU: Update reqd-work-group-size optimization for umin intrinsic
This code was pattern matching the ID computation expression as it
appears in the library. This was a compare and select, but now that
umin is canonical, we were no longer matching. Update to match the
intrinsic instead.
2022-04-12 20:03:02 -04:00

7.8 KiB