[PATCH] D94465: [RISCV] Frame handling for RISC-V V extension. (2nd. version)
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 23:19:08 PST 2021
rogfer01 added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/access-fixed-objects-by-rvv.ll:5
+
+define <vscale x 1 x i64> @access_fixed_object(i64 *%val) {
+; RV64IV-LABEL: access_fixed_object:
----------------
rogfer01 wrote:
> I think you want `nounwind` here and in the function definition below.
Oh nevermind, I was confused by the fact some of the other tests had `nounwind`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94465/new/
https://reviews.llvm.org/D94465
More information about the llvm-commits
mailing list