OSDN Git Service

[LoopVectorize] Turn static DenseSet into switch.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 2 Sep 2017 16:41:55 +0000 (16:41 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 2 Sep 2017 16:41:55 +0000 (16:41 +0000)
commit6bf02adee0ef1a90207baec042d6781d562ed282
treec1ea797b0e2567cc278c6e8f21c1da5c53851fe0
parentefeac0e5c0aab7476a4165e73d4b5f966c9468b0
[LoopVectorize] Turn static DenseSet into switch.

LLVM transforms this into a bit test which is a lot faster and smaller.

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