[llvm] [IR] Add TargetExtType::CanBeAlloca property (PR #99016)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 03:43:50 PDT 2024


https://github.com/nikic commented:

The use case here is specifically a type that *is* sized but cannot be used in alloca?

What about use in byval?

https://github.com/llvm/llvm-project/pull/99016


More information about the llvm-commits mailing list