[llvm] r321467 - Sink a couple of transforms from instcombine into instsimplify.

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 28 12:18:43 PST 2017



On 12/28/2017 11:53 AM, Davide Italiano wrote:
> On Wed, Dec 27, 2017 at 2:14 AM, Philip Reames via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: reames
>> Date: Tue Dec 26 17:14:30 2017
>> New Revision: 321467
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=321467&view=rev
>> Log:
>> Sink a couple of transforms from instcombine into instsimplify.
>>
> Can you please add a test to show we now handle these through `opt
> -instsimplify` ? (before we didn't, from what I can understand).
The tests for this were and still are in instcombine tests, but you're 
right, I should separate them out and move them.  Thanks for pointing 
that out.
>
> Thanks,
>
> --
> Davide



More information about the llvm-commits mailing list