[PATCH] D150521: [X86] Fix the bug of pr62625

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 14 06:45:20 PDT 2023


RKSimon accepted this revision.
RKSimon added a comment.

LGTM



================
Comment at: llvm/test/CodeGen/X86/x86-64-baseptr.ll:310
+; pr62625
+define void @vmw_host_printf(ptr %fmt, ...) {
+; CHECK-LABEL: vmw_host_printf:
----------------
pengfei wrote:
> This can be `void`
You can probably add nounwind to strip some cfi noise


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150521



More information about the llvm-commits mailing list