[PATCH] D19609: [ARM] Add support for long-call/short-call attribute

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 12:21:37 PDT 2016


t.p.northover added a comment.

Hmm, on the other hand annotating the call-site isn't going to work for indirect calls that become apparent after optimization. Annotating the callee's declaration looks like it happens to work in that case.


Repository:
  rL LLVM

http://reviews.llvm.org/D19609





More information about the llvm-commits mailing list