[PATCH] D99481: [InstCombine] Fix miscompile on GEP+load to icmp fold (PR45210)

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 17:35:41 PDT 2021


aqjune added a comment.

Reduced .ll: F17146264: reduce.ll <https://reviews.llvm.org/F17146264>

  $ opt -instcombine -S -o - reduce.ll
  LLVM ERROR: Instruction Combining seems stuck in an infinite loop after 100 iterations.
  ...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99481



More information about the llvm-commits mailing list