[PATCH] D154579: [InstCombine] Only perform one iteration

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 07:45:47 PDT 2023


nikic updated this revision to Diff 544774.
nikic edited the summary of this revision.
nikic added a comment.
Herald added a subscriber: hiraditya.

Implement fix-point verification.


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

https://reviews.llvm.org/D154579

Files:
  llvm/include/llvm/Transforms/InstCombine/InstCombine.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Analysis/ValueTracking/numsignbits-from-assume.ll
  llvm/test/Other/new-pm-print-pipeline.ll
  llvm/test/Transforms/InstCombine/constant-fold-iteration.ll
  llvm/test/Transforms/InstCombine/merging-multiple-stores-into-successor.ll
  llvm/test/Transforms/InstCombine/pr55228.ll
  llvm/test/Transforms/InstCombine/shift.ll
  llvm/test/Transforms/PGOProfile/chr.ll
  llvm/test/Transforms/PhaseOrdering/AArch64/matrix-extract-insert.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154579.544774.patch
Type: text/x-patch
Size: 25639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230727/1ace1d63/attachment-0001.bin>


More information about the llvm-commits mailing list