diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-10-17 11:16:57 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-10-17 11:16:57 +0000 |
commit | 95f7ba988bbc2713bbd13f7410751312e4aebbc9 (patch) | |
tree | 8b5cd8ba189c3231a0bb974b46fcf93a9cdeaf51 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 561badf717089f5c5afe21afc44a96e9bedf9ec3 (diff) | |
download | bcm5719-llvm-95f7ba988bbc2713bbd13f7410751312e4aebbc9.tar.gz bcm5719-llvm-95f7ba988bbc2713bbd13f7410751312e4aebbc9.zip |
Replace sra with srl if a single sign bit is required
E.g. (and (sra (i32 x) 31) 2) -> (and (srl (i32 x) 30) 2).
llvm-svn: 192884
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions