]> granicus.if.org Git - llvm/commit
[NFC][ARM[ParallelDSP] Cleanup of BinOpChain
authorSam Parker <sam.parker@arm.com>
Mon, 29 Jul 2019 08:41:51 +0000 (08:41 +0000)
committerSam Parker <sam.parker@arm.com>
Mon, 29 Jul 2019 08:41:51 +0000 (08:41 +0000)
commitc2bcac2cb0716450407883cae200a4a73b206639
tree7379e13560c004ffc0f0d9a92006291577ca5b9b
parent9afdb55893b46486b467feb387976ee774748cac
[NFC][ARM[ParallelDSP] Cleanup of BinOpChain

- Remove some unused typedefs.
- Rename BinOpChain struct to MulCandidate.
- Remove the size method of MulCandidate.
- Store only the first input of the ValueList provided to
  MulCandidate, as it's the only value we care about. This means we
  don't have to perform any ugly (and unnecessary) iterations of the
  list later on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMParallelDSP.cpp