[llvm] [Target] Use TableGen named argument syntax. NFC. (PR #133418)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 28 04:01:46 PDT 2025
jayfoad wrote:
> Convert named argument comments like `/*foo=*/99`
There are more cases that could be converted, that don't use that exact syntax for the comment, like:
```
let Src0RC32 = getVOPSrc0ForVT<Src0VT, 1/*IsTrue16*/, 0/*IsFake16*/>.ret;
```
https://github.com/llvm/llvm-project/pull/133418
More information about the llvm-commits
mailing list