[llvm] [SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (PR #80056)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 9 16:36:48 PST 2024
shiltian wrote:
> To make progress, can you split the non-lib call expansion to a separate change? It's easier to start with the boilerplate and case that doesn't require writing new infrastructure
Removed the non-lib call expansion for now. However, I don't know how to test it now because there is no feasible lowering that I can test.
https://github.com/llvm/llvm-project/pull/80056
More information about the llvm-commits
mailing list