[PATCH] D32204: X86FrameLowering: Fix getFrameIndexReference() for fixed objects

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 18:39:10 PDT 2017


MatzeB added inline comments.


================
Comment at: test/CodeGen/X86/dbg-baseptr.ll:4
+; referenced by debug info.
+target triple = "x86_64--"
+
----------------
aprantl wrote:
> Could you add the source code this was generated from as a comment? This helps with future upgrades.
There's no sourcecode: I manually crafted this (unfortunately it turned out more complicated than I hoped with the debug info around)


Repository:
  rL LLVM

https://reviews.llvm.org/D32204





More information about the llvm-commits mailing list