[PATCH] D84694: [NewPM] Rename function-attrs -> functionattrs

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 12:44:00 PDT 2020


aeubanks updated this revision to Diff 281025.
aeubanks added a comment.
Herald added subscribers: okura, bbn, kuter, george.burgess.iv.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.

Rename the other way


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84694

Files:
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Target/README.txt
  llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  llvm/test/Analysis/MemorySSA/pr39197.ll
  llvm/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
  llvm/test/Analysis/alias-analysis-uses.ll
  llvm/test/DebugInfo/check-debugify-preserves-analyses.ll
  llvm/test/Feature/OperandBundles/function-attrs.ll
  llvm/test/Feature/OperandBundles/pr26510.ll
  llvm/test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll
  llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
  llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
  llvm/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
  llvm/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
  llvm/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
  llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
  llvm/test/Transforms/FunctionAttrs/arg_returned.ll
  llvm/test/Transforms/FunctionAttrs/assume.ll
  llvm/test/Transforms/FunctionAttrs/atomic.ll
  llvm/test/Transforms/FunctionAttrs/comdat-ipo.ll
  llvm/test/Transforms/FunctionAttrs/convergent.ll
  llvm/test/Transforms/FunctionAttrs/incompatible_fn_attrs.ll
  llvm/test/Transforms/FunctionAttrs/int_sideeffect.ll
  llvm/test/Transforms/FunctionAttrs/naked_functions.ll
  llvm/test/Transforms/FunctionAttrs/nocapture.ll
  llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
  llvm/test/Transforms/FunctionAttrs/nofree.ll
  llvm/test/Transforms/FunctionAttrs/nonnull-global.ll
  llvm/test/Transforms/FunctionAttrs/nonnull.ll
  llvm/test/Transforms/FunctionAttrs/norecurse.ll
  llvm/test/Transforms/FunctionAttrs/nounwind.ll
  llvm/test/Transforms/FunctionAttrs/operand-bundles-scc.ll
  llvm/test/Transforms/FunctionAttrs/optnone.ll
  llvm/test/Transforms/FunctionAttrs/out-of-bounds-iterator-bug.ll
  llvm/test/Transforms/FunctionAttrs/read-write-scc.ll
  llvm/test/Transforms/FunctionAttrs/readattrs.ll
  llvm/test/Transforms/FunctionAttrs/readnone.ll
  llvm/test/Transforms/FunctionAttrs/returned.ll
  llvm/test/Transforms/FunctionAttrs/writeonly.ll
  llvm/test/Transforms/GlobalDCE/crash-assertingvh.ll
  llvm/test/Transforms/IndVarSimplify/pr38855.ll
  llvm/test/Transforms/Inline/delete-call.ll
  llvm/test/Transforms/InstCombine/2009-02-11-NotInitialized.ll
  llvm/test/Transforms/LoopUnswitch/2012-04-30-LoopUnswitch-LPad-Crash.ll
  llvm/test/Transforms/Reassociate/reassociate-deadinst.ll
  llvm/test/Transforms/SimpleLoopUnswitch/2012-04-30-LoopUnswitch-LPad-Crash.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84694.281025.patch
Type: text/x-patch
Size: 26891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200727/b1743602/attachment.bin>


More information about the llvm-commits mailing list