[PATCH] D97665: [InstSimplify] Don't fold comparisons of non-inbounds GEPs

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 8 07:36:13 PDT 2021


nikic added a comment.

Alive pointer icmp semantics have recently been fixed and now agree that this is a miscompile, so I think we should move forward with this patch. It will need a rebase as some additional tests have been added in the meantime. This should also fix https://bugs.llvm.org/show_bug.cgi?id=50208.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97665



More information about the llvm-commits mailing list