| commit | 6c32ff31d01998bd149d4dbdbe6eda9c4d3583ef | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Tue Mar 25 19:26:43 2014 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Tue Mar 25 19:26:43 2014 +0000 |
| tree | 795f479473b56a70e6a52a7f69ec38bd02b0d6c0 | |
| parent | e373b68977381bcb38a6dc3adbfdd43841ae8221 [diff] |
[PowerPC] Correct commutable indices for VSX FMA instructions Although the first two operands are the ones that can be swapped, the tied input operand is listed before them, so we need to adjust for that. I have a test case for this, but it goes along with an upcoming commit (so it will come soon). llvm-svn: 204748