[PATCH] D134050: [clang][RISCV][NFC][WIP/RFC] Move riscv-abi.cpp and riscv{32,64}-*abi.c tests to use update_cc_test_checks.py

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 20 03:43:25 PST 2022


asb updated this revision to Diff 484207.
asb retitled this revision from "[clang][RISCV][NFC][WIP/RFC] Move riscv-abi.cpp and riscv32-*abi.c tests to use update_cc_test_checks.py" to "[clang][RISCV][NFC][WIP/RFC] Move riscv-abi.cpp and riscv{32,64}-*abi.c tests to use update_cc_test_checks.py".
asb edited the summary of this revision.
asb added a comment.

Sync with my downstream patch by adding in the RV64 ABI test changes.


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

https://reviews.llvm.org/D134050

Files:
  clang/test/CodeGen/RISCV/riscv-abi.cpp
  clang/test/CodeGen/RISCV/riscv32-ilp32-abi.c
  clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-abi.c
  clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-ilp32d-abi.c
  clang/test/CodeGen/RISCV/riscv32-ilp32d-abi.c
  clang/test/CodeGen/RISCV/riscv32-ilp32f-abi.c
  clang/test/CodeGen/RISCV/riscv32-ilp32f-ilp32d-abi.c
  clang/test/CodeGen/RISCV/riscv32-vararg.c
  clang/test/CodeGen/RISCV/riscv64-lp64-abi.c
  clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-abi.c
  clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-lp64d-abi.c
  clang/test/CodeGen/RISCV/riscv64-lp64d-abi.c
  clang/test/CodeGen/RISCV/riscv64-lp64f-lp64d-abi.c
  clang/test/CodeGen/RISCV/riscv64-vararg.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134050.484207.patch
Type: text/x-patch
Size: 183427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221220/798b1596/attachment-0001.bin>


More information about the cfe-commits mailing list