[PATCH] D153700: [InstSimplify] Fold icmp between GEP

hanbum via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 24 06:08:14 PDT 2023


ParkHanbum created this revision.
ParkHanbum added reviewers: nikic, aeubanks, spatel.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
ParkHanbum requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

verification : https://alive2.llvm.org/ce/z/EYg86P


https://reviews.llvm.org/D153700

Files:
  llvm/include/llvm/IR/Instructions.h
  llvm/include/llvm/IR/Operator.h
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/lib/IR/ConstantFold.cpp
  llvm/lib/IR/Instructions.cpp
  llvm/lib/IR/Operator.cpp
  llvm/test/Transforms/InstSimplify/cmp-alloca-offsets.ll
  llvm/test/Transforms/InstSimplify/compare.ll
  llvm/test/Transforms/InstSimplify/past-the-end.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153700.534203.patch
Type: text/x-patch
Size: 9024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230624/aaec9423/attachment.bin>


More information about the llvm-commits mailing list