diff options
author | Hal Finkel <hfinkel@anl.gov> | 2012-03-31 03:38:40 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2012-03-31 03:38:40 +0000 |
commit | 5cad8742ccfe1bda0ef3af2cf7b6ba01b51f2232 (patch) | |
tree | 5102a88d14aec7937f4da8f062b863f31898c976 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | cdefdf1f5b2e5b929f5ace8724a86268d7d7f0ed (diff) | |
download | llvm-5cad8742ccfe1bda0ef3af2cf7b6ba01b51f2232.zip llvm-5cad8742ccfe1bda0ef3af2cf7b6ba01b51f2232.tar.gz llvm-5cad8742ccfe1bda0ef3af2cf7b6ba01b51f2232.tar.bz2 |
Correctly vectorize powi.
The powi intrinsic requires special handling because it always takes a single
integer power regardless of the result type. As a result, we can vectorize
only if the powers are equal. Fixes PR12364.
llvm-svn: 153797
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions