[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:25:46 PST 2017
MatzeB created this revision.
Herald added a subscriber: mcrosier.
Herald added a reviewer: javed.absar.
In fact this default implementation should be the only implementation,
keep it virtual for now to accomodate targets that don't model flags
correctly.
Repository:
rL LLVM
https://reviews.llvm.org/D30747
Files:
include/llvm/Target/TargetInstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30747.91048.patch
Type: text/x-patch
Size: 4453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170308/867fd7d9/attachment.bin>
More information about the llvm-commits
mailing list