diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-09-22 18:19:24 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-09-22 18:19:24 +0000 |
commit | 242ebd145dea945364b4fa6ca6a187efe322036d (patch) | |
tree | 7168401718fe2b2fea3ee94f7117868ba7e77c7a /lib/CodeGen/IntrinsicLowering.cpp | |
parent | 290ae0398e3673ff742c8e0e2fddfae388950c5b (diff) |
Per review feedback: Only perform
(srl x, (trunc (and y, c))) -> (srl x, (and (trunc y), c))
etc. when both "trunc" and "and" have single uses.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/IntrinsicLowering.cpp')
0 files changed, 0 insertions, 0 deletions