[PATCH] D97154: [JumpThreading] Clone noalias.scope.decl when threading blocks

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 00:51:24 PST 2021


jeroen.dobbelaere added a comment.

I am now tempted to think that any same-scope usage of llvm.experimental.noalias.scope should be avoided..
For something like loop-unswitch, it is not 'wrong' conceptually to have the same scope, but always cloning the scope
should be safer, with, in most cases, no impact on code quality.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97154



More information about the llvm-commits mailing list