[PATCH] D93160: [X86] Fix variadic argument handling for x32

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 13 09:57:52 PST 2020


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/x86-64-varargs.ll:1
-; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -code-model=large -relocation-model=static | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --no_x86_scrub_sp
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -code-model=large -relocation-model=static | FileCheck --check-prefix=CHECK-X64 %s
----------------
Please can you regenerate + commit this test file with the no_x86_scrub_sp arg just to confirm theres no diff in the X64 codegen - then rebase adding the X32 run


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93160



More information about the llvm-commits mailing list