[PATCH] D151730: [RISCV] Support target attribute for function
Piyou Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 25 22:47:08 PDT 2023
BeMg updated this revision to Diff 534428.
BeMg added a comment.
1. Attrstring -> AttrString
2. using StringRef instead of string
3. Append unsupported target feature Let follow-up procedure raise diagnostic code
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151730/new/
https://reviews.llvm.org/D151730
Files:
clang/lib/Basic/Targets/RISCV.cpp
clang/lib/Basic/Targets/RISCV.h
clang/test/CodeGen/RISCV/riscv-func-attr-target.c
llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
llvm/test/CodeGen/RISCV/riscv-func-attr-target.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151730.534428.patch
Type: text/x-patch
Size: 24766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230626/165d588b/attachment.bin>
More information about the llvm-commits
mailing list