[PATCH] D100689: [funcattrs] Consistently check call site attributes

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 17 02:48:32 PDT 2021


nikic added inline comments.


================
Comment at: llvm/test/Transforms/FunctionAttrs/willreturn-callsites.ll:1
-; RUN: opt -function-attrs -S %s | FileCheck %s
+; RUN: opt -inferattrs -function-attrs -S %s | FileCheck %s
 
----------------
Why is the inferattrs here needed now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100689



More information about the llvm-commits mailing list