[all-commits] [llvm/llvm-project] af4352: [LegalizeTypes][X86] Add support for expanding the...
topperc via All-commits
all-commits at lists.llvm.org
Sun Nov 17 20:03:13 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af435286e53d769d14d7a7fff6b1e3a075bfefca
https://github.com/llvm/llvm-project/commit/af435286e53d769d14d7a7fff6b1e3a075bfefca
Author: Craig Topper <craig.topper at gmail.com>
Date: 2019-11-17 (Sun, 17 Nov 2019)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/test/CodeGen/X86/fp-intrinsics.ll
Log Message:
-----------
[LegalizeTypes][X86] Add support for expanding the result type of STRICT_LLROUND and STRICT_LLRINT.
This doesn't handle softening the input type, but we don't handle
softening any of the strict nodes yet. Skipping that made it easy
to reuse an existing function for creating a libcall from a node
with a chain.
More information about the All-commits
mailing list