[PATCH] D75402: [HIP] Make sure, unused hip-pinned-shadow global var is kept within device code

Michael Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 2 09:55:34 PST 2020


hliao added a comment.

BTW, why that variable cannot have an initializer? Suppose that initializer is a trivial one, initializing to 0, would that cause any issue in the compilation?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75402





More information about the cfe-commits mailing list