[RISCV] Handle RISCVISD::SplitF64 and RISCVISD::BuildPairF64 during isel with Zfa.
Instead of special casing Zfa in the custom inserters, select the correct instructions during isel. BuildPairF64 we can do with pattern, but SplitF64 requires custom selection due to the two destinations. If we didn't need SplitF64 without Zfa, I would have an extract low and extract high ISD opcode for Zfa to avoid that issue.
Loading
Please sign in to comment