[llvm-branch-commits] [llvm] [AMDGPU][SILoadStoreOptimizer] Merge constrained sloads (PR #96162)
Christudasan Devadasan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 20 07:16:55 PDT 2024
cdevadas wrote:
> This looks like it is affecting codegen even when xnack is disabled? That should not happen.
It shouldn't. I put the xnack replay subtarget check before using *_ec equivalents. See the code here:
https://github.com/llvm/llvm-project/commit/65eb44327cf32a83dbbf13eb70f9d8c03f3efaef#diff-35f4d1b6c4c17815f6989f86abbac2e606ca760f9d93f501ff503449048bf760R1735
https://github.com/llvm/llvm-project/pull/96162
More information about the llvm-branch-commits
mailing list