[PATCH] D92951: AMDGPU: If a store defines (alias) a load, it clobbers the load.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 15:03:45 PST 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/store-clobbers-load.ll:23
+ ret void
+}
----------------
Should add some tests with exotic memory writes since this was bug before
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92951/new/
https://reviews.llvm.org/D92951
More information about the llvm-commits
mailing list