[llvm] AMDGPU: Move attributor into optimization pipeline (PR #83131)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 21:00:20 PST 2024


arsenm wrote:

> The main question, is it required for correctness now or not? I.e. can we use -O0 w/o the attributor?

No, it never was. The "required" stuff was in the other pass which was deleted already 

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


More information about the llvm-commits mailing list