[all-commits] [llvm/llvm-project] 3b5e10: Verify inferattrs doesn't infer unexpected attributes

Paul T Robinson via All-commits all-commits at lists.llvm.org
Fri Dec 10 07:54:54 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b5e104b2293f21f1192f27dd83a1a2be93d63bf
      https://github.com/llvm/llvm-project/commit/3b5e104b2293f21f1192f27dd83a1a2be93d63bf
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

  Changed paths:
    M llvm/test/Transforms/InferFunctionAttrs/annotate.ll
    M llvm/test/Transforms/InferFunctionAttrs/no-proto.ll
    M llvm/test/Transforms/InferFunctionAttrs/nobuiltin.ll

  Log Message:
  -----------
  Verify inferattrs doesn't infer unexpected attributes

Add --match-full-lines or `{{$}}` to ensure that no unexpected
attributes appear at the ends of lines.  Account for the cases
where attributes were in fact appearing.

Differential Revision: https://reviews.llvm.org/D110720




More information about the All-commits mailing list