Issue 174194
Summary Move AMDGPUAttributor run earlier in pass pipeline
Labels backend:AMDGPU
Assignees
Reporter arsenm
    The run of AMDGPUAttributor is run quite late. There isn't another run of instcombine or most other simplifications afterwards. It makes most sense to run with other IPO passes, where the full attributor would run (or, just as part of the attributor run).

If this were moved earlier, we could enable nofpclass propagation without depending on enabling the full attributor or attributor-light by default 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to