[PATCH] D154067: [NFC][RISCV] Rewrite TableGen files using named arguments

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 01:18:40 PDT 2023


wangpc added a comment.

In D154067#4485978 <https://reviews.llvm.org/D154067#4485978>, @MaskRay wrote:

> Have you tested that the generated `.inc` files do not change?

Juts confirmed that. 
Theoretically, these changes change nothing but the way to pass arguments. The result `Record`s won't be of any difference so these TableGen backends won't be influenced. :-)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154067/new/

https://reviews.llvm.org/D154067



More information about the llvm-commits mailing list