OSDN Git Service

LoopVectorizer: Cleanup of miminimum/maximum pattern match code
authorArnold Schwaighofer <aschwaighofer@apple.com>
Sun, 5 May 2013 01:54:44 +0000 (01:54 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Sun, 5 May 2013 01:54:44 +0000 (01:54 +0000)
commitf852472823fd2182a3ca54bdf4d30ad8a6a6cd57
treef4937582037cfbd3a300379426307c48b8721c74
parentc1738fdadd1c969f13bbf09fe9c36fff56ccd709
LoopVectorizer: Cleanup of miminimum/maximum pattern match code

No need for setting the operands. The pointers are going to be bound by the
matcher.

radar://13723044

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