Commit 5d05416
committed
[RISCV] Promote fixed-length bf16 arith vector ops with zvfbfmin
The aim is to have the same set of promotions on fixed-length bf16 vectors as on fixed-length f16 vectors, and then deduplicate them similarly to what was done for scalable vectors.
It looks like fneg/fabs/fcopysign end up getting expanded because fsub is now legal, and the default operation action must be expand.1 parent 1fe1e5e commit 5d05416
File tree
2 files changed
+1044
-32617
lines changed- llvm
- lib/Target/RISCV
- test/CodeGen/RISCV/rvv
2 files changed
+1044
-32617
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1380 | 1380 | | |
1381 | 1381 | | |
1382 | 1382 | | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
1383 | 1390 | | |
1384 | 1391 | | |
1385 | 1392 | | |
| |||
0 commit comments