[llvm] [IR] Verify parameters of TargetExtTypes (PR #105084)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 01:58:43 PDT 2024


nikic wrote:

Might it make sense to verify these directly on construction? I'm thinking of having a fallible implementation returning Error that's used by LLParser and then the normal constructor calls it with cantFail.

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


More information about the llvm-commits mailing list