[llvm-branch-commits] [llvm] [LowerMemIntrinsics][AMDGPU] Optimize memset.pattern lowering (PR #185901)
Fabian Ritter via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 12 10:29:01 PDT 2026
ritter-x2a wrote:
@krzysz00 Like so? The generated code certainly looks better (aside from the unnecessarily long sequence of v_movs due to SelectionDAG's inability to optimize across BB boundaries).
https://github.com/llvm/llvm-project/pull/185901
More information about the llvm-branch-commits
mailing list