[PATCH] D103857: [Attributor] Introduce a helper function to deal with undef + none

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 18 18:06:56 PDT 2021


kuter added inline comments.


================
Comment at: llvm/test/Transforms/Attributor/nocapture-2.ll:214
 ; CHECK-LABEL: define {{[^@]+}}@scc_A
-; CHECK-SAME: (i32* nofree readnone returned dereferenceable_or_null(4) "no-capture-maybe-returned" [[A:%.*]]) #[[ATTR2:[0-9]+]] {
+; CHECK-SAME: (i32* nofree readnone dereferenceable_or_null(4) "no-capture-maybe-returned" [[A:%.*]]) #[[ATTR2:[0-9]+]] {
 ; CHECK-NEXT:  entry:
----------------
why is returned missing here ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103857



More information about the llvm-commits mailing list