Go to file
Mon P Wang 3e82117210 Fixed a few problems with vector shifts
- when transforming a vector shift of a non-immediate scalar shift amount, zero
    extend the i32 shift amount to i64 since the vector shift reads 64 bits
  - when transforming i16 vectors to use a vector shift, zero extend i16 shift amount
  - improve the code quality in some cases when transforming vectors to use a vector shift

llvm-svn: 80935
2009-09-03 19:56:25 +00:00
clang Issue diagnostics in variety of situations involving 2009-09-03 19:36:46 +00:00
compiler-rt Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing. 2009-09-03 11:13:06 +00:00
llvm Fixed a few problems with vector shifts 2009-09-03 19:56:25 +00:00