[PATCH] D78614: [AssumeBuilder] Add assume-simplify pass

Tyker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 12:22:17 PDT 2020


Tyker updated this revision to Diff 261890.
Tyker marked 11 inline comments as done.
Tyker added a comment.
Herald added a subscriber: delcypher.

i tested to add this pass in the pipeline of the new PM and run over the test-suite.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78614

Files:
  llvm/include/llvm/Analysis/AssumeBundleQueries.h
  llvm/include/llvm/IR/LLVMContext.h
  llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h
  llvm/lib/Analysis/AssumeBundleQueries.cpp
  llvm/lib/Analysis/AssumptionCache.cpp
  llvm/lib/IR/LLVMContext.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
  llvm/test/Transforms/Util/assume-builder.ll
  llvm/test/Transforms/Util/assume-simplify.ll
  llvm/utils/lit/lit/main.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78614.261890.patch
Type: text/x-patch
Size: 79011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200504/f47325db/attachment-0001.bin>


More information about the llvm-commits mailing list