[all-commits] [llvm/llvm-project] 74e931: [RISCV] Disable strict node mutation and use corre...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Fri Apr 28 20:53:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74e931849e5d94c531958b456bd9210b8c3774d2
https://github.com/llvm/llvm-project/commit/74e931849e5d94c531958b456bd9210b8c3774d2
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2023-04-29 (Sat, 29 Apr 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Disable strict node mutation and use correct lowering action of strict_fsetcc(s).
The patch disables strict node mutation by setting IsStrictFPEnabled to true.
It also fixes wrong lowering action of strict_fsetcc(s).
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D149320
More information about the All-commits
mailing list