commit | 9c61dcf1aaf275a1733b6785c54d34eda5426ae1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Mar 25 06:12:06 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Mar 25 06:12:06 2006 +0000 |
tree | aef3eac76e4e841cdfd6fe115d607d39ad046e8f | |
parent | b45854fff5a43135229e16f9ff5a9ce1246eb0dc [diff] |
Codegen things like: <int -1, int -1, int -1, int -1> and <int 65537, int 65537, int 65537, int 65537> Using things like: vspltisb v0, -1 and: vspltish v0, 1 instead of using constant pool loads. This implements CodeGen/PowerPC/vec_splat.ll:splat_imm_i{32|16}. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27106 91177308-0d34-0410-b5e6-96231b3b80d8