[PATCH] D113343: [InstSimplify] Remove incorrect icmp of gep fold (PR52429)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 6 05:08:26 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/icmp-custom-dl.ll:162
 
 define i1 @test62(i8* %a) {
 ; CHECK-LABEL: @test62(
----------------
Maybe add comments explaining why we don't fold each of these?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113343



More information about the llvm-commits mailing list