[PATCH] D140400: [clang][RISCV][NFC] Combine RV32/RV64 ABI tests into single files

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 02:18:21 PST 2023


asb added inline comments.


================
Comment at: clang/test/CodeGen/RISCV/riscv32-abi.c:890
+// ILP32-ILP32F-ILP32D:  entry:
+//
+void f_int64_double_s_arg(struct int64_double_s a) {}
----------------
MaskRay wrote:
> These `^//$` lines immediately before the code should be removed.
It would be nice to do so, but that's what the tool currently outputs. Given the back and forth and iterations needed to have `--function-signature` include the return type, I've already invested quite a bit of time into `update_cc_test_checks.py` and it's hard to justify much more for a cosmetic issue.

Given I think this change is still overall positive for maintainability despite the fact the output could be cleaner, would you be happy for me to proceed with this and to file an issue for further improvements?


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

https://reviews.llvm.org/D140400



More information about the llvm-commits mailing list