[PATCH] D38738: X86CallFrameOptimization: Recognize 'store 0/-1 using and/or' idioms

David Kreitzer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 19:57:18 PDT 2017


DavidKreitzer added inline comments.


================
Comment at: test/CodeGen/X86/movtopush.ll:1
 ; RUN: llc < %s -mtriple=i686-windows | FileCheck %s -check-prefix=NORMAL
 ; RUN: llc < %s -mtriple=i686-windows -no-x86-call-frame-opt | FileCheck %s -check-prefix=NOPUSH
----------------
It seems like similar changes are needed in movtopush64.ll.


https://reviews.llvm.org/D38738





More information about the llvm-commits mailing list