[PATCH] D55072: [SelectionDAG] Generate frame index for function arg without VReg if possible

Cherry Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 12:51:54 PST 2018


cherry marked an inline comment as done.
cherry added inline comments.


================
Comment at: test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll:1
-; RUN: llc < %s -O0 -regalloc=fast -relocation-model=pic -disable-fp-elim | FileCheck %s
-target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32"
----------------
This test was intended to test that a callee-save register is spilled before the invoke. Now it no longer uses the callee-save register.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55072





More information about the llvm-commits mailing list