commit | fd3fe9e45aeadd4cfb41966c7bd5e7c36c687ab0 | [log] [tgz] |
---|---|---|
author | Michael Zuckerman <Michael.zuckerman@intel.com> | Thu Nov 12 16:58:51 2015 +0000 |
committer | Michael Zuckerman <Michael.zuckerman@intel.com> | Thu Nov 12 16:58:51 2015 +0000 |
tree | 1e50a85aa0abdd37327e94638dc44dea5cde5b9e | |
parent | 8455cf0142d9ccc150bcdee7ed0633b8f2bec626 [diff] |
[x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsub,fsubr,fdivr} to {faddp,fdivp,fmulp,fsubp,fsubrp,fdivrp} LLVM Missing the following instructions: fadd\fdiv\fmul\fsub\fsubr\fdivr. GAS and MS supporting this instruction and lowering them in to a faddp\fdivp\fmulp\fsubp\fsubrp\fdivrp instructions. Differential Revision: http://reviews.llvm.org/D14217 llvm-svn: 252908