"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8ff5335bb6d22bfae03e5bc9506358838ab1826d"
[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