OSDN Git Service

[LV] Make scalarizeInstruction() non-virtual. NFC.
authorAyal Zaks <ayal.zaks@intel.com>
Sun, 4 Jun 2017 13:29:51 +0000 (13:29 +0000)
committerAyal Zaks <ayal.zaks@intel.com>
Sun, 4 Jun 2017 13:29:51 +0000 (13:29 +0000)
commit2cfe765f46ed566aa42fdeba0128617db7c052bd
tree74464b5d495baf585d74f6ad0852c2c7ed1f2ea0
parent4d9818f38f9715ef7e59f045937f8b9dd6e80e52
[LV] Make scalarizeInstruction() non-virtual. NFC.

Following the request made in https://reviews.llvm.org/D32871,
scalarizeInstruction() which is no longer overridden by InnerLoopUnroller is
hereby made non-virtual in InnerLoopVectorizer.

Should have been part of r297580 originally.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304685 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp