[ARM] Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.
Use APInt::setBit() method instead of OR'ing individual bits.
parent
f1a87d47
Please register or sign in to comment
Use APInt::setBit() method instead of OR'ing individual bits.