[PATCH] D125382: [RISCV] Add a test w/ RVV stack objects misaligning non-RVV ones

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 15 19:50:59 PDT 2022


kito-cheng added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rvv/scalar-stack-align.ll:4
+; RUN:   | FileCheck %s --check-prefix=RV32
+; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s \
+; RUN:   | FileCheck %s --check-prefix=RV64
----------------
`v` implied `zvl128b` which guarantee VLEN is at least 128, so maybe `zve32*` or `zve64*`? they only implied `zvl64b`/`zvl32b`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125382/new/

https://reviews.llvm.org/D125382



More information about the llvm-commits mailing list