[PATCH] D76404: [WIP][Attributor] Deduce attributes for non-exact functions

Luofan Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 21:22:59 PDT 2020


bbn marked an inline comment as done.
bbn added inline comments.


================
Comment at: llvm/test/Transforms/Attributor/wrapper.ll:1
+; RUN: opt -attributor -attributor-disable=false -attributor-annotate-decl-cs -attributor-allow-shallow-wrappers -S < %s | FileCheck %s --check-prefix=CHECK
+
----------------
jdoerfert wrote:
> run it with the new pass manager as well `-passes=attributor` and verify we set the `norecurse` attribute on the wrapped functions.
did you mean `-passes=attributor-cgscc` ? 


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

https://reviews.llvm.org/D76404





More information about the llvm-commits mailing list