[PATCH] D67886: NoFree argument attribute.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 2 11:16:28 PDT 2019


jdoerfert added a comment.

In D67886#1731223 <https://reviews.llvm.org/D67886#1731223>, @thakis wrote:

> This breaks tests on all bots. Please fix quickly or revert, and please run tests locally before committing.


You missed to update `InferFunctionAttrs/dereferenceable.ll`

  /home/buildslave/ps4-buildslave4/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/llvm-project/llvm/test/Transforms/InferFunctionAttrs/dereferenceable.ll:11:21: error: ATTRIBUTOR-LABEL: expected string not found in input
  ; ATTRIBUTOR-LABEL: @PR21780(double* nocapture nonnull readonly dereferenceable(32) %ptr)
                      ^
  <stdin>:1:1: note: scanning from here
  ; ModuleID = '<stdin>'
  ^
  <stdin>:5:21: note: possible intended match here
  define <4 x double> @PR21780(double* nocapture nofree nonnull readonly dereferenceable(32) %ptr) #0 {


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67886





More information about the llvm-commits mailing list