[all-commits] [llvm/llvm-project] 8c01de: [ARMParallelDSP] Remove unnecessary wrapper functi...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 23 06:28:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c01deb8e65490d730e8a2eac1e4ffa8822ce992
https://github.com/llvm/llvm-project/commit/8c01deb8e65490d730e8a2eac1e4ffa8822ce992
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMParallelDSP.cpp
Log Message:
-----------
[ARMParallelDSP] Remove unnecessary wrapper function (NFC)
AreSequentialAccesses() forwards directly to isConsecutiveAccess()
and has an unnecessary template parameter to boot.
More information about the All-commits
mailing list