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

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 28 11:53:16 PST 2017


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).

Thanks,

--
Davide


More information about the llvm-commits mailing list