================
@@ -16,6 +16,11 @@ void foo_nest_interrupt(void) {}
__attribute__((interrupt("qci-nest", "qci-nest")))
void foo_nest_nest_interrupt(void) {}
+// CHECK-LABEL: @foo_nest_nest_nest_interrupt() #0
+// CHECK: ret void
+__attribute__((interrupt("qci-nest", "qci-nest", "qci-nest")))
----------------
lenary wrote:
A follow-up commit might want to prevent duplicate attribute kinds in this
list, but I don't think it would be a correctness issue once these are
translated for the backend.
https://github.com/llvm/llvm-project/pull/216159
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits