[PATCH] D93039: Introduce llvm.noalias.decl intrinsic
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 24 09:06:25 PST 2021
fhahn added inline comments.
================
Comment at: llvm/lib/IR/Verifier.cpp:121
+ cl::desc("Ensure that llvm.experimental.noalias.scope.decl for identical "
+ "scopes are not dominating"));
+
----------------
jeroen.dobbelaere wrote:
> nikic wrote:
> > Can we flip this flag now, or are you aware of any further issues?
> I just did a test-suite run and a stage2 release build using an assertion build with the flag flipped, and both went fine. IMHO it makes sense to try it out...
>
What's the impact on compile-time? If it is potentially expensive, it should probably be `true` for `EXPENSIVE_CHECKS` builds.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93039/new/
https://reviews.llvm.org/D93039
More information about the llvm-commits
mailing list