[PATCH] D136456: [SelectionDAG] Clamp stack alignment for memset, memmove

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 08:44:51 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/pr42064.ll:1
-; RUN: llc < %s -verify-machineinstrs -mtriple=x86_64-pc-windows-msvc19.11.0 -mattr=+avx,+cx16 | FileCheck %s
+; RUN: llc < %s -verify-machineinstrs -stackrealign -mtriple=x86_64-pc-windows-msvc19.11.0 -mattr=+avx,+cx16 | FileCheck %s
 
----------------
Should we be running tests with/without -stackrealign do you think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136456



More information about the llvm-commits mailing list