[Mlir-commits] [llvm] [mlir] [NFC][TableGen] Use `Twine` for Name argument in CodeGenHelpers (PR #163581)

Rahul Joshi llvmlistbot at llvm.org
Thu Oct 16 12:55:47 PDT 2025


jurahul wrote:

> And for arguments, generally always use Twine as the default, it allows construction of complex things, and is still efficient when passed the equiv of a StringRef (with the toStringRef method).

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


More information about the Mlir-commits mailing list