[PATCH] D110742: [OpenCL] Add pure attributes to vload builtins

Stuart Brady via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 16 03:16:29 PST 2021


stuart added a comment.

In D110742#3194608 <https://reviews.llvm.org/D110742#3194608>, @svenvh wrote:

> Apologies for the late reply...  I'd prefer to get the langref updated first, for the sake of consistency and to ensure other stakeholders agree with the interpretation.  You can still go ahead with the `__attribute__((pure))` changes of course.

Thanks!  I have updated the review to use `__attribute__((pure))` only (i.e. it no longer uses `__attribute__((const))`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110742



More information about the cfe-commits mailing list