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

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 09:12:51 PDT 2018


Not really, it's very tied to the implementation of the sink/hoist logic.

Philip


On 08/01/2018 10:40 PM, Davide Italiano wrote:
> 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