[PATCH] D136659: [AliasAnalysis] Introduce getModRefMask() as a generalization of pointsToConstantMemory().
Patrick Walton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 20:03:22 PDT 2022
pcwalton marked 9 inline comments as done.
pcwalton added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/interleaved-accesses.ll:583
%pair = type { i64, i64 }
-define void @load_gap_reverse(%pair* noalias nocapture readonly %P1, %pair* noalias nocapture readonly %P2, i64 %X) {
+define void @load_gap_reverse(%pair* noalias nocapture %P1, %pair* noalias nocapture %P2, i64 %X) {
; CHECK-LABEL: @load_gap_reverse(
----------------
nikic wrote:
> Can you please commit these fixes for readonly in tests ahead of time?
You mean as a separate Phabricator diff? Sure, I can do that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136659/new/
https://reviews.llvm.org/D136659
More information about the llvm-commits
mailing list