diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-05 22:56:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-05 22:56:26 +0000 |
commit | b72773bb88859633c62bc4938d05aafedb1442f1 (patch) | |
tree | 7ef72e30f6793570cfdf84b246ed2df13d75bf5a /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 06afe070371c5bdcdc76d90d9e13f8532d9f95aa (diff) |
Fold trunc(any_ext). This gives stuff like:
27,28c27
< movzwl %di, %edi
< movl %edi, %ebx
---
> movw %di, %bx
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
0 files changed, 0 insertions, 0 deletions