[PATCH] D159540: [Basic] X86 backend changes for UEFI

Daniel Thornburgh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 22 10:19:52 PDT 2023


mysterymath added a comment.

There should also be tests for this behavior in llvm/test/CodeGen/X86. I wouldn't think it necessary to fully test the calling convention; that should already be well covered; just something in those key test files (e.g., `sse-regcall.ll`) to verify that the `uefi` OS actually switches the calling convention at these key points.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159540



More information about the cfe-commits mailing list