1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include
Jakob Stoklund Olesen 44c5cece20 Don't store COPY pointers in VNInfo.
If a value is defined by a COPY, that instuction can easily and cheaply
be found by getInstructionFromIndex(VNI->def).

This reduces the size of VNInfo from 24 to 16 bytes, and improves
llc compile time by 3%.

llvm-svn: 149763
2012-02-04 05:20:49 +00:00
..
llvm Don't store COPY pointers in VNInfo. 2012-02-04 05:20:49 +00:00
llvm-c A few of the changes suggested in code review (by Nick Lewycky) 2012-02-01 05:51:45 +00:00