diff options
author | Chen Zheng <czhengsz@cn.ibm.com> | 2020-05-18 21:57:16 -0400 |
---|---|---|
committer | Chen Zheng <czhengsz@cn.ibm.com> | 2020-05-18 22:59:51 -0400 |
commit | a6be4d17e349f834e4d365f68e0435a1c4334a81 (patch) | |
tree | 58533ab5f89b18c407d9653cccbd6972350d6082 /llvm/lib/Transforms/Utils/LoopSimplify.cpp | |
parent | a204f22b424cb2ec1e524108aa35adc7065103c1 (diff) | |
download | llvm-a6be4d17e349f834e4d365f68e0435a1c4334a81.zip llvm-a6be4d17e349f834e4d365f68e0435a1c4334a81.tar.gz llvm-a6be4d17e349f834e4d365f68e0435a1c4334a81.tar.bz2 |
[PowerPC-QPX] adjust operands order of qpx fma instructions.
convert
%3 = QVFMADD %2, %0, %1, implicit $rm
to
%3 = QVFMADD %2, %1, %0, implicit $rm
Reviewed By: hfinkel, steven.zhang
Differential Revision: https://reviews.llvm.org/D78986
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopSimplify.cpp')
0 files changed, 0 insertions, 0 deletions