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

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 1 07:59:40 PDT 2021


craig.topper added a comment.

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?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99708



More information about the cfe-commits mailing list