[llvm] AMDGPU: Add disjoint to or produced from lowering vector ops (PR #122424)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 10 06:12:33 PST 2025


arsenm wrote:

> surprised that no test change is needed

It's not surprising, this rarely does anything. The only times it's really useful is when the or appears in an addressing expression, which won't really appear as a user of a vector expansion 

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


More information about the llvm-commits mailing list