[PATCH] D117039: [IRBuilder] Migrate gep-folding to value-based FoldGEP.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 03:55:51 PST 2022


fhahn updated this revision to Diff 399285.
fhahn added a comment.

Rebased on top of committed parent changes, with SimplifyQuery now being a member of InstSimplifyFolder directly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117039

Files:
  llvm/include/llvm/Analysis/InstSimplifyFolder.h
  llvm/include/llvm/Analysis/TargetFolder.h
  llvm/include/llvm/IR/ConstantFolder.h
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/IRBuilderFolder.h
  llvm/include/llvm/IR/NoFolder.h
  llvm/test/Transforms/LoopVersioning/lcssa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117039.399285.patch
Type: text/x-patch
Size: 20139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/bc195aaf/attachment.bin>


More information about the llvm-commits mailing list