"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0c5c01aa4aa94b99947acab0cce1363eb19e7c90"
[NARY-REASSOCIATE] Support reassociation of min/max
Support reassociation for min/max. With that we should be able to transform min(min(a, b), c) -> min(min(a, c), b) if min(a, c) is already available. Reviewed By: mkazantsev, lebedev.ri Differential Revision: https://reviews.llvm.org/D88287
Loading
Please register or sign in to comment