Commit 3f0d52b
committed
[mlir][llvm] Clean out f8 types from compatible types list
These were added in faf697e so things
can flow through non-opaque LLVM ptrs. Those ptrs are gone so there is
no reason for this to be around anymore. LLVM doesn't support f8 types,
they get converted to i8 when lowering to LLVM dialect.
Removing the f8 types makes LLVM::isCompatibleType and
LLVM::isCompatibleFloatingPointType consistent again.1 parent 652ae4e commit 3f0d52b
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | | - | |
773 | | - | |
774 | 772 | | |
775 | 773 | | |
776 | 774 | | |
| |||
841 | 839 | | |
842 | 840 | | |
843 | 841 | | |
844 | | - | |
845 | | - | |
846 | 842 | | |
847 | 843 | | |
848 | 844 | | |
| |||
0 commit comments