summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_round.ll
Commit message (Collapse)AuthorAge
* Set ISD::FROUND to Expand by default for all typesHal Finkel2013-08-09
For most libm ISD nodes, TargetLoweringBase::initActions sets the default scalar-type action to Expand, and leaves the vector-type action default as Legal. This is not appropriate for the new ISD::FROUND node (which no backend but PowerPC handles explicitly). Fixes PR16842. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188048 91177308-0d34-0410-b5e6-96231b3b80d8