[clang] [llvm] [IR] Add TargetExtType::CanBeLocal property (PR #99016)
Jay Foad via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 22 02:01:44 PST 2024
================
@@ -838,12 +838,14 @@ static TargetTypeInfo getTargetTypeInfo(const TargetExtType *Ty) {
return TargetTypeInfo(PointerType::get(C, 0), TargetExtType::CanBeGlobal);
----------------
jayfoad wrote:
I'm now using the newly added `amdgcn.named.barrier` for testing.
https://github.com/llvm/llvm-project/pull/99016
More information about the cfe-commits
mailing list