[llvm] [M68k] Emit RTE for interrupt handler. (PR #72787)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 09:26:44 PST 2023
================
@@ -0,0 +1,11 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
+; RUN: llc -mtriple m68k -o - %s | FileCheck %s
+
+define cc101 void @interrupt_handler() {
----------------
mshockwave wrote:
just a note for future us: we should probably give this CC a more descriptive name.
https://github.com/llvm/llvm-project/pull/72787
More information about the llvm-commits
mailing list