[PATCH] D59378: [InstCombine] Prevent icmp transform that can cause inf loop if part of min/max

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 08:43:58 PDT 2019


tejohnson abandoned this revision.
tejohnson added a comment.

Committed icmp test in r356463.

Also tried my original reproducer with the InstSimplify patch D59506 <https://reviews.llvm.org/D59506>, and thankfully that does fix it. Abandoning this one.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59378





More information about the llvm-commits mailing list