[PATCH] D93042: [noalias.decl] Look through llvm.experimental.noalias.scope.decl

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 17 08:24:38 PST 2021


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/Transforms/EarlyCSE/noalias_scope_decl.ll:3
+
+; Store-to-load forwarding across a @llvm.sideeffect.
+
----------------
across a @llvm.experimental.noalais.scope.decl


================
Comment at: llvm/test/Transforms/EarlyCSE/noalias_scope_decl.ll:14
+
+; Redundant load elimination across a @llvm.sideeffect.
+
----------------
same


================
Comment at: llvm/test/Transforms/EarlyCSE/noalias_scope_decl.ll:31
+!1 = distinct !{ !1, !2 }
+!2 = distinct !{ !2 }
----------------
For this kind of test, using update_test_checks.py with untouched output would be preferred.


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

https://reviews.llvm.org/D93042



More information about the llvm-commits mailing list