[PATCH] D37030: Fix ARMv4 support
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 02:28:02 PDT 2017
olista01 added inline comments.
================
Comment at: lib/Target/ARM/ARMExpandPseudoInsts.cpp:1028
+ STI->isThumb() ? ARM::tTAILJMPr
+ : (STI->hasV4TOps() ? ARM::TAILJMPr : ARM::TAILJMPr4);
BuildMI(MBB, MBBI, dl,
----------------
Could you add a test covering the ARM::TAILJMPr4 case?
Repository:
rL LLVM
https://reviews.llvm.org/D37030
More information about the llvm-commits
mailing list