[PATCH] D144590: Fix shared memory allocation on AMDGPU

Nuno Lopes via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 22 13:56:35 PST 2023


nlopes added a comment.

Please use poison values as place holders instead of undef values as we're trying to get rid of Undef. Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144590



More information about the cfe-commits mailing list