| commit | 8ec43c6a0fc30253cec1a65c68d689372bbb47b6 | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Fri Aug 09 04:13:44 2013 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Fri Aug 09 04:13:44 2013 +0000 |
| tree | b01263105e3edfdaa8a839f66719ac1b71d08d4f | |
| parent | 4208b618587fddf163540b18f8b4893d1cd1ae26 [diff] |
Set ISD::FROUND to Expand by default for all types 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. llvm-svn: 188048