[PATCH] D58712: Changes for Installing SwiftPM for Apple Swift 5 Toolchain on PowerPC64LE
Li Jia He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 06:56:38 PDT 2019
HLJ2009 added inline comments.
================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:12106
// Exit early if the loads are neither consecutive nor reverse consecutive.
if (!InputsAreConsecutiveLoads && !InputsAreReverseConsecutive)
return SDValue();
----------------
Is this statement related to the assertion of the 12110 statement, is it necessary to guarantee here?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58712/new/
https://reviews.llvm.org/D58712
More information about the llvm-commits
mailing list