[PATCH] D115244: [LICM] Promote conditional, loop-invariant memory accesses to scalars

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 1 09:44:18 PDT 2022


reames added a comment.

@dmilosevic141, your last comment was spot on.  I do worry I might have confused you on one point though.  When I said "predicated store" I had meant the llvm.masked.store intrinsic.  We have another family of vector predicated intrinsics, but they're a lot less mature at the moment.  I'm not exactly sure what their status is.


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

https://reviews.llvm.org/D115244



More information about the llvm-commits mailing list