[PATCH] D68484: [PATCH 01/38] [noalias] LangRef: noalias intrinsics and noalias_sidechannel documentation.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 6 12:01:50 PDT 2019


jeroen.dobbelaere added a comment.

In D68484#1696523 <https://reviews.llvm.org/D68484#1696523>, @lebedev.ri wrote:

> This mentions something it calls `<channel>` but as far as i can tell it is not actually explained *what* that is, what type it is.


As the syntax description shows, it is the same as the type of the pointer operand  `<ty>*`. 
I should maybe have mentioned it explicitly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68484





More information about the llvm-commits mailing list