hanchenye-llvm-project/llvm/tools/llvm-upgrade
Reid Spencer 2341c22ec7 Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types.  This changes the syntax for llvm assembly to
make shl, ashr and lshr instructions look like a binary operator:
   shl i32 %X, 1
instead of
   shl i32 %X, i8 1
Additionally, this should help a few passes perform additional optimizations.

llvm-svn: 33776
2007-02-02 02:16:23 +00:00
..
.cvsignore Ignore generated files. 2006-11-30 06:37:43 +00:00
Makefile Regenerate. 2007-01-26 08:19:09 +00:00
UpgradeInternals.h Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeLexer.cpp.cvs Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeLexer.l Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeLexer.l.cvs Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeParser.cpp.cvs Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeParser.h.cvs Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeParser.y Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
UpgradeParser.y.cvs Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
llvm-upgrade.cpp Regenerate. 2007-01-26 08:19:09 +00:00