[all-commits] [llvm/llvm-project] 6c86d6: [X86] Remove some else branches after checking for...
topperc via All-commits
all-commits at lists.llvm.org
Mon Nov 11 16:33:06 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6c86d6efaf129c42d37121f1e7e9a7adffb54c1a
https://github.com/llvm/llvm-project/commit/6c86d6efaf129c42d37121f1e7e9a7adffb54c1a
Author: Craig Topper <craig.topper at intel.com>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Remove some else branches after checking for !useSoftFloat() that set operations to Expand.
If we're using soft floats, then these operations shoudl be
softened during type legalization. They'll never get to
LegalizeVectorOps or LegalizeDAG so they don't need to be
Expanded there.
More information about the All-commits
mailing list