[PATCH] D44415: [PM][FunctionAttrs] add NoUnwind attribute inference to PostOrderFunctionAttrs pass

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 20 03:44:47 PDT 2018


fedor.sergeev updated this revision to Diff 139097.
fedor.sergeev added a comment.

making InstrBreaksNonThrowing a bit more readable, introducing -disable-nounwind-inference option just in case


Repository:
  rL LLVM

https://reviews.llvm.org/D44415

Files:
  lib/Transforms/IPO/FunctionAttrs.cpp
  test/Other/cgscc-devirt-iteration.ll
  test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll
  test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
  test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
  test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
  test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
  test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
  test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
  test/Transforms/FunctionAttrs/assume.ll
  test/Transforms/FunctionAttrs/atomic.ll
  test/Transforms/FunctionAttrs/comdat-ipo.ll
  test/Transforms/FunctionAttrs/convergent.ll
  test/Transforms/FunctionAttrs/int_sideeffect.ll
  test/Transforms/FunctionAttrs/nocapture.ll
  test/Transforms/FunctionAttrs/nonnull-global.ll
  test/Transforms/FunctionAttrs/nonnull.ll
  test/Transforms/FunctionAttrs/norecurse.ll
  test/Transforms/FunctionAttrs/operand-bundles-scc.ll
  test/Transforms/FunctionAttrs/optnone.ll
  test/Transforms/FunctionAttrs/out-of-bounds-iterator-bug.ll
  test/Transforms/FunctionAttrs/readnone.ll
  test/Transforms/FunctionAttrs/returned.ll
  test/Transforms/Inline/cgscc-update.ll
  test/Transforms/PruneEH/2008-06-02-Weak.ll
  test/Transforms/PruneEH/ipo-nounwind.ll
  test/Transforms/PruneEH/operand-bundles.ll
  test/Transforms/PruneEH/pr23971.ll
  test/Transforms/PruneEH/pr26263.ll
  test/Transforms/PruneEH/recursivetest.ll
  test/Transforms/PruneEH/seh-nounwind.ll
  test/Transforms/PruneEH/simpletest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44415.139097.patch
Type: text/x-patch
Size: 38047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180320/7bd20266/attachment-0001.bin>


More information about the llvm-commits mailing list