[PATCH] D100532: [RISCV] Don't emit save-restore call if function is a interrupt handler

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 15 05:04:35 PDT 2021


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/saverestore.ll:304
+declare i32 @foo(...)
+define void @interrupt() #0 {
+; RV32I-LABEL: interrupt:
----------------
Inline the attribute


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100532



More information about the llvm-commits mailing list