Handle regmasks in MachineCSE.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 28 Feb 2012 02:08:50 +0000 (02:08 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 28 Feb 2012 02:08:50 +0000 (02:08 +0000)
commit2129a0f6773b3625ddc5d541fe454a9a923cec2a
treec61a1c946d40030eeba132f3a885f2678818fce4
parent33177f591a46e2a476fe8ab49f7055532b48fd40
Handle regmasks in MachineCSE.

Don't attempt to extend physreg live ranges across calls.

<rdar://problem/10942095>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151610 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineCSE.cpp
test/CodeGen/ARM/cse-call.ll [new file with mode: 0644]