[PATCH] D90361: Prevent LICM and machineLICM from hoisting convergent operations

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 30 08:54:27 PDT 2020


qcolombet added a comment.

Hi @foad, hi @arsenm

> This is allowed by the current definition. See D85603 <https://reviews.llvm.org/D85603>

I was gong to say that @xiaoqing_wu's patch looks good to me, but I didn't think this was allowed by the current definition, but you're right it looks like it is.
Now, in practice is this something that works for you guys?

I would rather that we fix that asap than pinning that on the new convergence revamp, but if the current definition is okay for some users, I guess we'll have to explore a more target specific way to describe what is and what is not okay to hoist.

What do you think?

Cheers,
-Quentin


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90361/new/

https://reviews.llvm.org/D90361



More information about the llvm-commits mailing list