diff options
author | Craig Topper <craig.topper@intel.com> | 2019-11-13 12:37:02 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-11-13 14:07:54 -0800 |
commit | fee9067261cc3d4b3a91301d40534a625c71abc1 (patch) | |
tree | 96fda073d9d848599f3476a5ba328cc154567f0a /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 3d30c142e147b772463f99a81b106898a9f04971 (diff) | |
download | llvm-fee9067261cc3d4b3a91301d40534a625c71abc1.zip llvm-fee9067261cc3d4b3a91301d40534a625c71abc1.tar.gz llvm-fee9067261cc3d4b3a91301d40534a625c71abc1.tar.bz2 |
[X86] Move all the FP_TO_XINT/XINT_TO_FP setOperationActions into the same !useSoftFloat block. Qualify all of the Promote actions for these with !useSoftFloat too. NFCI
The Promote action doesn't apply until LegalizeDAG. By the time
we get there, we would have already softened all the FP operations
if useSoftFloat was true. So there wouldn't be any operation left
to Promote.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions