Re: [Patch, gcc, testsuite]Disable xordi3-opt.c/iordi3-opt.c on thumb1 target

2014-09-09 Thread Ramana Radhakrishnan
On Thu, Sep 4, 2014 at 3:21 AM, Tony Wang wrote: > Hi there, > > This is a test case clean up patch, because orr/eor instruction for thumb1 > has only two variant: > > ORRS , > ORR , > No is available for thumb1 encoding, so test case > xordi3-opt.c/iordi3-opt.c is invalid for thumb1 > target

[Patch, gcc, testsuite]Disable xordi3-opt.c/iordi3-opt.c on thumb1 target

2014-09-03 Thread Tony Wang
Hi there, This is a test case clean up patch, because orr/eor instruction for thumb1 has only two variant: ORRS , ORR , No is available for thumb1 encoding, so test case xordi3-opt.c/iordi3-opt.c is invalid for thumb1 target. This patch just disabled them for thumb1 target. Ok for the trunk