"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7dafa0d0481049cf71501d3cf36b6785b78a4e31"
[ARM] Prevent constants from iCmp instruction from being hoisted if part of a min(max()) pattern
Marks constants of an ICmp instruction as free if it's only user is a select instruction that is part of a min(max()) pattern. Ensures that in loops, in particular when loop unrolling is turned on, SSAT will still be correctly generated. Differential Revision: https://reviews.llvm.org/D88662
Loading
Please register or sign in to comment