[PATCH] D99708: [X86] Enable compilation of user interrupt handlers.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 08:10:46 PDT 2021


LuoYuanke added a comment.

In D99708#2663989 <https://reviews.llvm.org/D99708#2663989>, @craig.topper wrote:

> A user interrupt is different than a regular interrupt right? It doesn't make sense that we would change the behavior of the interrupt calling convention just because the the user interrupt instructions are enabled. That would occur just from passing a -march for a newer CPU wouldn't it?

Maybe need support another attribute "__attribute__ ((user_interrupt))" for functions?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99708



More information about the llvm-commits mailing list