[InstCombine] Pre-land tests for maximum(a,b) +* minimum(a,b) => a +* b
authorSerguei Katkov <serguei.katkov@azul.com>
Tue, 4 Apr 2023 09:49:59 +0000 (16:49 +0700)
committerSerguei Katkov <serguei.katkov@azul.com>
Tue, 4 Apr 2023 10:10:33 +0000 (17:10 +0700)
commit22b8edc46e11608c93317960398fff80104a9aed
tree7553ea4d8e213d3f2f11b4b28dbea439ab791f26
parent39eb7ae9c91fa2f3da5f2b2da9105abe95a7af01
[InstCombine] Pre-land tests for maximum(a,b) +* minimum(a,b) => a +* b
llvm/test/Transforms/InstCombine/fadd-maximum-minimum.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/fmul-maximum-minimum.ll [new file with mode: 0644]