[llvm] [IR] Add TargetExtType::CanBeLocal property (PR #99016)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 03:50:32 PDT 2024
================
@@ -838,12 +838,14 @@ static TargetTypeInfo getTargetTypeInfo(const TargetExtType *Ty) {
return TargetTypeInfo(PointerType::get(C, 0), TargetExtType::CanBeGlobal);
----------------
nikic wrote:
Maybe @jcranmer-intel can comment on which `spirv.` types can/cannot be used in allocas.
https://github.com/llvm/llvm-project/pull/99016
More information about the llvm-commits
mailing list