[PATCH] D103878: [clang][RISCV][test] Add more tests of the -mabi and -march options
Luís Marques via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 9 14:13:03 PDT 2021
luismarques added a comment.
In D103878#2807118 <https://reviews.llvm.org/D103878#2807118>, @benshi001 wrote:
> 1. there is no tests for mabi=ilp32e, and my patch covers that.
> 2. the tests in riscv-abi.c will show default abi changes for special archs, especially for the arch with F but without D extension, in the future.
> 3. the tests in riscv-arch.c will show default arch changes for abi=ilp32, which is rv32imacfd now, and it is better to be rv32imac. for abi=ilp32f it is better arch=imacf than current imacfd.
That sounds like a good description to add to the patch summary / commit message!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103878/new/
https://reviews.llvm.org/D103878
More information about the cfe-commits
mailing list