[PATCH] D123496: [RISCV] Add Stackmap/Statepoint/Patchpoint support without targets
Sacha Coppey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 11:53:58 PDT 2022
Zeavee added a comment.
In D123496#3660430 <https://reviews.llvm.org/D123496#3660430>, @jrtc27 wrote:
> Why do you have both stackmap.ll and rv64-stackmap.ll? And why does stackmap-frame-setup.ll not have an rv64- prefix like the rest (once that duplication is resolved)?
I mirrored the AArch64 stackmap tests to try to include all tests cases. But I will add rv64- prefixes if it is better.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123496/new/
https://reviews.llvm.org/D123496
More information about the llvm-commits
mailing list