[PATCH] D156055: [NewGVN][PHIOFOPS] Relax conditions when checking safety of memory accesses

Konstantina Mitropoulou via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 02:12:51 PDT 2023


kmitropoulou added inline comments.


================
Comment at: llvm/test/Transforms/NewGVN/phi-of-ops-loads.ll:80
 
-; TODO: we should support this case
-define void @no-alias-store-in-loop(ptr noalias %p, ptr noalias %q) {
-; CHECK-LABEL: @no-alias-store-in-loop(
+define void @store-in-loop2(ptr %p, ptr %q, i1 %a) {
+; CHECK-LABEL: @store-in-loop2(
----------------
clobber?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156055/new/

https://reviews.llvm.org/D156055



More information about the llvm-commits mailing list