This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa9de8f7a5391: [Clang][RISCV] Implement vlsseg. (authored by
HsiangKai).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://r
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/D103796/new/
https://reviews.llvm.org/D103796
___
HsiangKai updated this revision to Diff 360024.
HsiangKai added a comment.
Remove RV32 test cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103796/new/
https://reviews.llvm.org/D103796
Files:
clang/include/clang/Basic/riscv_vector.td
clan
HsiangKai updated this revision to Diff 359703.
HsiangKai added a comment.
Correct the alignment of store.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103796/new/
https://reviews.llvm.org/D103796
Files:
clang/include/clang/Basic/riscv_vector.t
craig.topper added inline comments.
Comment at: clang/include/clang/Basic/riscv_vector.td:955
+ clang::CharUnits Align =
+ CGM.getNaturalTypeAlignment(getContext().getSizeType());
+ llvm::Value *V;
I don't think this alignment is correct. A vin
HsiangKai added a comment.
Ping.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103796/new/
https://reviews.llvm.org/D103796
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/
HsiangKai updated this revision to Diff 357716.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103796/new/
https://reviews.llvm.org/D103796
Files:
clang/include/clang/Basic/riscv_vector.td
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vlsseg
HsiangKai created this revision.
HsiangKai added reviewers: craig.topper, frasercrmck, rogfer01.
Herald added subscribers: StephenFan, vkmr, dexonsmith, evandro, luismarques,
apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o,
brucehoult, MartinMosbeck, edward-jones, zzhe