[PATCH] D73849: [ValueTracking][InstCombine] Fix infinite min/max canonicalization loop (PR44541)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 09:08:29 PST 2020


spatel added a comment.

Is there a way to solve this in InstCombine instead? We don't really want to cripple ValueTracking only because InstCombine has a problem with (the correct) analysis; ValueTracking can be used by other passes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73849





More information about the llvm-commits mailing list