[PATCH] D95141: [InstCombine] Remove unused llvm.experimental.noalias.scope.decl

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 23 14:29:51 PST 2021


jeroen.dobbelaere added inline comments.


================
Comment at: llvm/test/Transforms/Coroutines/ex4.ll:56
-; CHECK-NEXT: call void @llvm.experimental.noalias.scope.decl
 ; CHECK-NEXT: call void @print(i32 6)
 ; CHECK:      ret i32 0
----------------
jdoerfert wrote:
> I'm confused where these come from in the first place but that is unrelated.
I would assume the inlining of a function that returns a struct. Those typically have a noalias attribute for the return argument.



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

https://reviews.llvm.org/D95141



More information about the llvm-commits mailing list