[llvm] [GlobalISel] use constexpr LLT types when creating ISel data (PR #191574)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 03:31:59 PDT 2026


https://github.com/davemgreen commented:

I was thinking that all the types should be using the low level constructors, including float versions. At some point in the future, because we have targets that do not enable ExtendedLLT, the float32() and similar functions might need to generate scalar types too. We can fix this in the future if it comes up though.

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


More information about the llvm-commits mailing list