summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/pointer_rem.ll
Commit message (Collapse)AuthorAgeFilesLines
* test: Drop unnecessary -polly-code-generator=isl flagTobias Grosser2016-07-061-2/+2
| | | | | | | isl is already the default code generator since we switched from CLooG several years ago. llvm-svn: 274609
* Fix modulo compared to zero.Michael Kruse2016-06-031-0/+48
In case of modulo compared to zero, we need to do signed modulo operation as unsigned can give different results based on whether the dividend is negative or not. This addresses llvm.org/PR27707 Contributed-by: Chris Jenneisch <chrisj@codeaurora.org> Reviewers: _jdoerfert, grosser, Meinersbur Differential Revision: http://reviews.llvm.org/D20145 llvm-svn: 271707
OpenPOWER on IntegriCloud