[llvm] [IR] Add TargetExtType::CanBeLocal property (PR #99016)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 04:19:58 PDT 2024
================
@@ -838,12 +838,14 @@ static TargetTypeInfo getTargetTypeInfo(const TargetExtType *Ty) {
return TargetTypeInfo(PointerType::get(C, 0), TargetExtType::CanBeGlobal);
----------------
jayfoad wrote:
Because of this I don't have any non-CanBeLocal types to test with, so the tests I added in `type/Assembler/target-type-properties.ll` are currently failing.
https://github.com/llvm/llvm-project/pull/99016
More information about the llvm-commits
mailing list