[all-commits] [llvm/llvm-project] 878772: [LegalizeTypes] Remove incomplete StrictFP support...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Mar 1 15:44:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 878772660960f3bcf56bb6d0d6c998841c8af462
https://github.com/llvm/llvm-project/commit/878772660960f3bcf56bb6d0d6c998841c8af462
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
Log Message:
-----------
[LegalizeTypes] Remove incomplete StrictFP support from SplitVecRes_UnaryOp. NFC
There is no handling of Chain operands in this function so it can't
work. There's a separate splitting function for all strict fp nodes.
More information about the All-commits
mailing list