commit | c2b62e02e8ac5a3df255332ad82f55d708d76884 | [log] [tgz] |
---|---|---|
author | Hal Finkel <hfinkel@anl.gov> | Thu Aug 20 01:18:20 2015 +0000 |
committer | Hal Finkel <hfinkel@anl.gov> | Thu Aug 20 01:18:20 2015 +0000 |
tree | d96c7986cf0663387aa650364e3ff4bf90b37464 | |
parent | e2e6dea9f2043ad2175e499f97a31adea6d3bddd [diff] |
[PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignore ppc_fp128 This DAGCombine was creating custom SDAG nodes with an illegal ppc_fp128 operand type because it was triggering on f64/f32 int2fp(fp2int(ppc_fp128 x)), but shouldn't (it should only apply to f32/f64 types). The result was a crash. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245530 91177308-0d34-0410-b5e6-96231b3b80d8