[all-commits] [llvm/llvm-project] ac715f: [RISCV] Simplify setOperationAction for f64 ceil/f...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Jul 22 12:18:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac715f7f5b0df44efd2052ab0bf94517e4b04aa2
https://github.com/llvm/llvm-project/commit/ac715f7f5b0df44efd2052ab0bf94517e4b04aa2
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list