Go to file
Dan Gohman aaee6c9523 Don't assume that a left-shift of a value with one bit set will have
one bit set, because the bit may be shifted off the end. Instead,
just check for a constant 1 being shifted. This is still sufficient
to handle all the cases in test/CodeGen/X86/bt.ll. This fixes PR3583.

llvm-svn: 64622
2009-02-15 23:59:32 +00:00
clang Don't allow taking the address of an element in an ext_vector 2009-02-15 22:45:20 +00:00
llvm Don't assume that a left-shift of a value with one bit set will have 2009-02-15 23:59:32 +00:00