[PATCH] D99206: Make FindAvailableLoadedValue TBAA aware
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 24 10:10:32 PDT 2021
thopre added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/load-no-aliasing.ll:1
+; RUN: opt -tbaa -evaluate-aa-metadata -instcombine -S < %s | FileCheck %s
+
----------------
nikic wrote:
> lebedev.ri wrote:
> > Please precommit using `llvm/utils/update_test_checks.py`
> The `-evaluate-aa-metadata` flag here is not needed -- this is used for directly printing modref information, not for normal transformation tests.
Sorry I only saw that after committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99206/new/
https://reviews.llvm.org/D99206
More information about the llvm-commits
mailing list