[llvm] [LLVMABI] Create ABI Utils (PR #185105)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 07:07:47 PDT 2026


================

----------------
nikic wrote:

```suggestion
  const Type *CoercionType = nullptr;
```
And omit it from the initializer list.

(Unfortunately we can't do this for the SignExt etc fields because initializing those is a C++ 20 feature...)

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


More information about the llvm-commits mailing list