[llvm] [AMDGPU] Enable "amdgpu-uniform-intrinsic-combine" pass in pipeline. (PR #128687)

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 07:39:50 PST 2025


================
@@ -1,3 +1,4 @@
+; XFAIL: *  
----------------
cdevadas wrote:

Can you state with an example how ISel currently introduces an illegal COPY?
It mostly needs a fix to introduce readfirstlane in the first place, instead of illegal VGPR to SGPR copy.

https://github.com/llvm/llvm-project/pull/128687


More information about the llvm-commits mailing list