[polly] r292213 - Relax assert when setting access functions with invariant base pointers

Friedman, Eli via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 13:15:15 PST 2017


On 1/17/2017 12:21 PM, Tobias Grosser wrote:
>> This is going to produce an "unused variable EqClass" warning in builds
>> with assertions turned off; maybe put the whole if statement into an
>> "#ifndef NDEBUG"?
> Thank you Eli for this comment. In fact, this code is already guarded by
> an NDEBUG section. However, as we do quite some sanity checking here the
> section is too large to be visible in the diff.

Okay.  Sorry about the false alarm. :)

-Eli

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/b61778cb/attachment.html>


More information about the llvm-commits mailing list