Ehsan Amiri
a538b0f023
Adding -verify-machineinstrs option to PowerPC tests
...
Currently we have a number of tests that fail with -verify-machineinstrs.
To detect this cases earlier we add the option to the testcases with the
exception of tests that will currently fail with this option. PR 27456 keeps
track of this failures.
No code review, as discussed with Hal Finkel.
llvm-svn: 277624
2016-08-03 18:17:35 +00:00
Nemanja Ivanovic
8922476bcb
Bitcasts between FP and INT values using direct moves
...
This patch corresponds to review:
http://reviews.llvm.org/D15286
This patch was meant to land in revision 255246, but I accidentally uploaded
the patch that corresponds to http://reviews.llvm.org/D15372 in that revision
accidentally.
Thereby, this patch is the actual Bitcasts using direct moves patch, whereas
http://reviews.llvm.org/rL255246 actually corresponds to
http://reviews.llvm.org/D15372 .
llvm-svn: 255649
2015-12-15 14:50:34 +00:00
Eric Christopher
325e8d06dc
Fix (bitcast (fabs x)), (bitcast (fneg x)) and (bitcast (fcopysign cst,
...
x)) combines for ppc_fp128, since signbit computation is more
complicated.
Discussion thread:
http://lists.llvm.org/pipermail/llvm-dev/2015-November/092863.html
Patch by Tim Shen!
llvm-svn: 255305
2015-12-10 22:09:06 +00:00