[all-commits] [llvm/llvm-project] de681d: [PowerPC] Do not attempt to combine fptoui without...
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Wed May 24 09:14:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de681d53ba8278ebb14b056bd7a2385bbe48ad82
https://github.com/llvm/llvm-project/commit/de681d53ba8278ebb14b056bd7a2385bbe48ad82
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
A llvm/test/CodeGen/PowerPC/fptoui-be-crash.ll
Log Message:
-----------
[PowerPC] Do not attempt to combine fptoui without FPCVT
Commit 8064caf83fb166b709bfe0e7641c5181341cb064 added a call
to a function that performs this combine without checking whether
the target supports FPCVT. This caused asserts to trip on BE bots
as the default target does not have this feature.
More information about the All-commits
mailing list