Use BitVector instead of int in R600 SIISelLowering.
authorAlexey Samsonov <vonosmas@gmail.com>
Wed, 27 Aug 2014 19:36:53 +0000 (19:36 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Wed, 27 Aug 2014 19:36:53 +0000 (19:36 +0000)
commite909464366c5d3b0210c605cb2f1a259ef01fb6e
tree7c5b3f3097a1fb9c985c4e914e5f3e3280830a9f
parent34806d20dd83b40412b36469baae4c7a1780c9ac
Use BitVector instead of int in R600 SIISelLowering.
int may not have enough bits in it, which was detected by UBSan
bootstrap (it reported left shift by a too large constant).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216579 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIISelLowering.cpp