[PATCH] D129106: [RISCV] Add support for static chain

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 19:35:07 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/ghccc-nest.ll:2
+; RUN: not --crash llc -mtriple=riscv64 -mattr=+f,+d -verify-machineinstrs < %s 2>&1 | FileCheck %s
+; RUN: not --crash llc -mtriple=riscv32 -mattr=+f,+d -verify-machineinstrs < %s 2>&1 | FileCheck %s
+
----------------
`-filetype=null` if the output is not used


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129106



More information about the llvm-commits mailing list