[RISCV] Simplify setOperationAction for f64 ceil/floor/round/trunc/etc. NFC
authorCraig Topper <craig.topper@sifive.com>
Sat, 22 Jul 2023 19:11:13 +0000 (12:11 -0700)
committerCraig Topper <craig.topper@sifive.com>
Sat, 22 Jul 2023 19:13:33 +0000 (12:13 -0700)
commitac715f7f5b0df44efd2052ab0bf94517e4b04aa2
treea897f1561369c6c29a3c9a1ca27426405b3b9fee
parentfa2fb8852f155efe263ea8436734445ef60210f5
[RISCV] Simplify setOperationAction for f64 ceil/floor/round/trunc/etc. NFC

We were setting the operations as Legal for Zfa in two places. Use
an else to avoid this.
llvm/lib/Target/RISCV/RISCVISelLowering.cpp