summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-10-17 11:16:57 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-10-17 11:16:57 +0000
commit95f7ba988bbc2713bbd13f7410751312e4aebbc9 (patch)
tree8b5cd8ba189c3231a0bb974b46fcf93a9cdeaf51 /clang/lib/CodeGen/CodeGenModule.cpp
parent561badf717089f5c5afe21afc44a96e9bedf9ec3 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud