Commit 936f5da
authored
[LLVMCPU] Populate fp4 expansion patterns on CPUs (#21413)
This allows fp4 code, including uses of scaling_extf and scaling_truncf,
to run (via software implementation of conversions into/out of the type)
on CPU backends.
It also moves the bfloat expansion patterns into an earlier pattern set,
so that they're no longer actively in conflict with arith-to-llvm.1 parent 4b83186 commit 936f5da
File tree
2 files changed
+7
-2
lines changed- compiler/src/iree/compiler/Codegen/LLVMCPU
2 files changed
+7
-2
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1049 | 1049 | | |
1050 | 1050 | | |
1051 | 1051 | | |
1052 | | - | |
1053 | 1052 | | |
1054 | 1053 | | |
1055 | 1054 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | | - | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
776 | 782 | | |
777 | 783 | | |
778 | 784 | | |
| |||
0 commit comments