OSDN Git Service

Rewrite lshr to not do bit by bit copy but to copy and shift whole words.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 26 Feb 2007 01:19:48 +0000 (01:19 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 26 Feb 2007 01:19:48 +0000 (01:19 +0000)
commitba81c2b87163d2dbc3c26d5bf12850d841173b64
tree07f62640143d2bc7c68c483db0673deecd5c5204
parentf30b1885aec1e53edf815bf6c58d93b754e52996
Rewrite lshr to not do bit by bit copy but to copy and shift whole words.
This makes it much more efficient.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34618 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp