jrtc27 wrote:
Please do not move from Phabricator to GitHub for existing changes, it loses
all the context that was built up from previous reviews. New changes should be
proposed on GitHub but existing ones should stay put.
https://github.com/llvm/llvm-project/pull/65948
__
BeMg wrote:
This pull request move from https://reviews.llvm.org/D151730.
And update with lastest spec.
1. When it exist the duplicate target attribute, select the lastest one.
2. arch's features will override cpu's features
https://github.com/llvm/llvm-project/pull/65948
llvmbot wrote:
@llvm/pr-subscribers-clang
Changes
The spec of RISC-V target feature is
https://github.com/riscv-non-isa/riscv-c-api-doc/pull/35.
---
This patch implements target attribute for RISC-V.
--
Full diff: https://github.com/llvm/llvm-project/pull/65948.diff
3 Files Affected:
- (m
https://github.com/llvmbot labeled
https://github.com/llvm/llvm-project/pull/65948
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/llvmbot labeled
https://github.com/llvm/llvm-project/pull/65948
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/llvmbot labeled
https://github.com/llvm/llvm-project/pull/65948
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/BeMg review_requested
https://github.com/llvm/llvm-project/pull/65948
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/BeMg created https://github.com/llvm/llvm-project/pull/65948:
The spec of RISC-V target feature is
https://github.com/riscv-non-isa/riscv-c-api-doc/pull/35.
---
This patch implements target attribute for RISC-V.
>From 4e661a7cc4775e569bd648b0a119ece51ec031f7 Mon Sep 17 00:0