Commit 650131a
committed
[CodeGen] [AMDGPU] Adds pre-commit test for fmul-select combine
This adds the f32/f64/f16/bf16 test cases for below pattern :
fmul x, select(y, A, B)
where A & B could be inline/non-inline values
It acts as pre-commit tests for dagCombine above pattern into cheaper
ldexp in f64 case.1 parent 7537142 commit 650131a
1 file changed
+2719
-0
lines changed
0 commit comments