This revision was automatically updated to reflect the committed changes.
Closed by commit rG16bf359a3faa: Add MC support of RISCV Zcf Extension
(authored by VincentWu).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134176/new/
https://reviews.llvm.
VincentWu updated this revision to Diff 477307.
VincentWu added a comment.
update
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134176/new/
https://reviews.llvm.org/D134176
Files:
clang/test/Preprocessor/riscv-target-features.c
llvm/lib/Suppor
VincentWu updated this revision to Diff 477112.
VincentWu added a comment.
rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134176/new/
https://reviews.llvm.org/D134176
Files:
clang/test/Preprocessor/riscv-target-features.c
llvm/lib/Suppor
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134176/new/
https://reviews.llvm.org/D134176
___
VincentWu updated this revision to Diff 463203.
VincentWu added a comment.
add testcase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134176/new/
https://reviews.llvm.org/D134176
Files:
clang/test/Preprocessor/riscv-target-features.c
llvm/lib/
craig.topper requested changes to this revision.
craig.topper added a comment.
This revision now requires changes to proceed.
Need to add zcf command lines to compress-rv32f.s
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134176/new/
https://review
VincentWu updated this revision to Diff 462720.
VincentWu marked 2 inline comments as done.
VincentWu added a comment.
address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134176/new/
https://reviews.llvm.org/D134176
Files:
clang/test/
craig.topper added a comment.
Need to add zcf command lines to compress-rv32f.s
Comment at: llvm/lib/Target/RISCV/RISCV.td:366
+ "'Zcf' (Compressed Single-Precision Floating-Point
Instructions)">;
+def HasStdExtZcf : Predicate<"Subtarget->hasStdExtZcf()">
VincentWu created this revision.
VincentWu added reviewers: kito-cheng, MaskRay, craig.topper, jrtc27,
HsiangKai, asb.
Herald added subscribers: sunshaoce, StephenFan, vkmr, frasercrmck, evandro,
luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei,
PkmX, the_o, brucehoult