[PATCH] D27343: [framelowering] Improve tracking of first CS pop instruction.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 14:58:37 PST 2016


MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.

Thanks, LGTM. Nitpick below.



================
Comment at: test/CodeGen/X86/frame-lowering-debug-intrinsic.ll:3
+;
+; RUN: llc -O1 -mtriple=x86_64-unknown-unknown < %s | FileCheck %s
+
----------------
Nitpick: I prefer `llc -o - %s` over `llc < %s` because the former can be prefixed with `lldb --` and still works as expected.


https://reviews.llvm.org/D27343





More information about the llvm-commits mailing list