[PATCH] D30747: TargetInstrInfo: Provide default implementation of isTailCall().

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 10:35:55 PST 2017


MatzeB added a comment.

I did not touch HexagonInstrInfo::isTailCall() here as it wasn't immediately obvious whether the flags are correct there and the default implementation would work. Some target maintainer should double check and if so maybe we can get rid of the complete callback.


Repository:
  rL LLVM

https://reviews.llvm.org/D30747





More information about the llvm-commits mailing list