[PATCH] D64145: [AMDGPU] Add the adjusted FP as a livein register.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 08:50:54 PDT 2019
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM with nit
================
Comment at: llvm/test/CodeGen/AMDGPU/frame-lowering-fp-adjusted.mir:12
+
+ attributes #0 = { "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" }
+...
----------------
These are the legacy attributes You should uses frame-pointer=all
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64145/new/
https://reviews.llvm.org/D64145
More information about the llvm-commits
mailing list