[llvm] r338663 - [LICM] hoisting/sinking legality - bail early for unsupported instructions

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 22:40:13 PDT 2018


On Wed, Aug 1, 2018 at 5:54 PM Philip Reames via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> Author: reames
> Date: Wed Aug  1 17:54:14 2018
> New Revision: 338663
>
> URL: http://llvm.org/viewvc/llvm-project?rev=338663&view=rev
> Log:
> [LICM] hoisting/sinking legality - bail early for unsupported instructions
>
>

I guess this is general enough to be a member function on `class
Instruction`, rather than a free-function in LICM. What do you think?


More information about the llvm-commits mailing list