[PATCH] D69542: Full Restrict Support - single patch

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 08:52:34 PST 2020


jeroen.dobbelaere added a comment.

In D69542#1836340 <https://reviews.llvm.org/D69542#1836340>, @jrmuizel wrote:

> Is this work stalled?


Partly:

- I still need to do the documentation work, creating a separate document for restrict/noalias.
- Johannes wondered if we need to use operand bundles: http://lists.llvm.org/pipermail/llvm-dev/2019-November/136705.html
  - There is no resolution for this yet. If we decide that this is the way to go, I can migrate the full restrict support patch, once the load/store instructions support operand bundles.


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

https://reviews.llvm.org/D69542





More information about the llvm-commits mailing list