[PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled

Bill Seurer seurer at linux.vnet.ibm.com
Mon Oct 6 14:30:25 PDT 2014


On 10/6/2014 4:09 PM, Bill Seurer wrote:
> On 10/6/2014 4:01 PM, hfinkel at anl.gov wrote:
>> ================
>> Comment at:
>> /home/seurer/llvm/llvm-test/include/llvm/CodeGen/FastISel.h:486
>> @@ +485,3 @@
>> +  virtual bool isTypeLegal(EVT Evt) {
>> +    return TLI.isTypeLegal(Evt);
>> +  }

I just realized that I should have made that a const function.  I will 
fix that before the final update.

>> http://reviews.llvm.org/D5362
-- 

-Bill Seurer




More information about the llvm-commits mailing list