[PATCH] D74596: [RISCV] Correct the CallPreservedMask for the function call in an interrupt handler
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 05:39:01 PST 2020
luismarques added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/interrupt-attr-callee.ll:9
+;
+; The test case check that the funciton call in a interrupt handler will use the
+; correct CallPreservedMask as normal function. So only callee saved registers
----------------
Typo "funciton".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74596/new/
https://reviews.llvm.org/D74596
More information about the llvm-commits
mailing list