[PATCH] D75825: [AssumeBundles] Preserve Information in the inliner

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 8 09:35:30 PDT 2020


Tyker created this revision.
Tyker added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Tyker added a parent revision: D75269: [AssumeBundles] Enforce constraints on the operand bundle of llvm.assume.
Tyker retitled this revision from "[AssumeBundle] Preserve Information in the inliner" to "[AssumeBundles] Preserve Information in the inliner".

during inling Create and insert an llvm.assume with attributes to preserve them.
to prevent any changes for now generation of llvm.assume is under a flag disabled by default.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75825

Files:
  llvm/lib/IR/KnowledgeRetention.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/test/IR/assume-builder.ll
  llvm/test/Transforms/Inline/arg-attr-propagation.ll
  llvm/test/Transforms/Inline/noalias2.ll
  llvm/unittests/IR/KnowledgeRetentionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75825.249001.patch
Type: text/x-patch
Size: 16755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200308/e6fc2010/attachment-0001.bin>


More information about the llvm-commits mailing list