[PATCH] D68765: [Attributor] Function signature rewrite infrastructure

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 21 08:28:49 PST 2019


uenoku added inline comments.


================
Comment at: llvm/test/Transforms/Attributor/ArgumentPromotion/reserve-tbaa.ll:1
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
 ; RUN: opt -S -passes='attributor' -aa-pipeline='basic-aa' -attributor-disable=false -attributor-max-iterations-verify -attributor-max-iterations=2 < %s | FileCheck %s
----------------
Could you explain what occurs in this test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68765





More information about the llvm-commits mailing list