[PATCH] D110675: [RISCV][test] Precommit tests for D108129.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 01:56:43 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/vmulhu-sdnode-rv32.ll:306
+; CHECK-NEXT: addi sp, sp, -16
+; CHECK-NEXT: .cfi_def_cfa_offset 16
+; CHECK-NEXT: sw zero, 12(sp)
----------------
you can probably get rid of cfi noise bv adding a nounwind attribute?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110675/new/
https://reviews.llvm.org/D110675
More information about the llvm-commits
mailing list