[PATCH] D82703: [InstCombine] convert assumes to operand bundles

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 27 04:23:45 PDT 2020


Tyker created this revision.
Tyker added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Instcombine will convert the nonnull and alignment assumption that use the boolean condtion
to an assumption that uses the operand bundles when knowledge retention is enabled.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82703

Files:
  llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
  llvm/test/Transforms/InstCombine/assume.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82703.273896.patch
Type: text/x-patch
Size: 35632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200627/f8e824c1/attachment-0001.bin>


More information about the llvm-commits mailing list