Initial checkin of a pass to lower packed operations to scalars operations.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 21 Aug 2004 21:39:24 +0000 (21:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 21 Aug 2004 21:39:24 +0000 (21:39 +0000)
commit42e83feba733168fd94cb2365a8c4fd8765176bf
treea6ba451eb77df954e683e7b07f5ae325f79d6483
parent7593745563a112ac8b3c667ce6d17ecb4e8de063
Initial checkin of a pass to lower packed operations to scalars operations.
This also registers the pass with opt with a -lower-packed command line
option.

Patch contributed by Brad Jones.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15987 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LowerPacked.cpp [new file with mode: 0644]