[PATCH] D66953: [ISEL][ARM][AARCH64] Tracking simple parameter forwarding registers

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 11:03:39 PDT 2019


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

Thanks, I think this is a great starting point. LGTM.



================
Comment at: test/DebugInfo/ARM/call-site-info-output.ll:13
+; CHECK: callSites:
+; CHECK-NEXT:   - { bb: 0, offset: 9, fwdArgRegs:
+; CHECK-NEXT:       - { arg: 0, reg: '$r0' }
----------------
Could hardcoding the offset be brittle?


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

https://reviews.llvm.org/D66953





More information about the llvm-commits mailing list