[PATCH] D32204: X86FrameLowering: Fix getFrameIndexReference() for fixed objects
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 18:13:30 PDT 2017
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Thanks! This LGTM from the debug info side of things. (One comment inline)
================
Comment at: test/CodeGen/X86/dbg-baseptr.ll:4
+; referenced by debug info.
+target triple = "x86_64--"
+
----------------
Could you add the source code this was generated from as a comment? This helps with future upgrades.
Repository:
rL LLVM
https://reviews.llvm.org/D32204
More information about the llvm-commits
mailing list