Go to file
John McCall d293c4e6e0 Somehow I was getting reasonable results for the test cases I was interested
in despite not ever incrementing any path costs, so that the only nonzero costs
arose from the all-left path in the first column.  Anyway.  Perform the diff
starting from the beginning of the block to avoid capturing (say) loads of
allocas.

Vastly improves diff results on code that hasn't been mem2reg'ed.

llvm-svn: 109741
2010-07-29 08:53:59 +00:00
clang This is a little bit far, but optimize cases like: 2010-07-29 07:43:55 +00:00
compiler-rt add assembly implementation of modsi3 so compiler does not have to special case a - (a / b) * b optimization 2010-07-27 06:24:32 +00:00
libcxx fix bug incrementing past end in search 2010-07-29 01:15:27 +00:00
lldb Removed debug stmts checked into the previous commit. 2010-07-29 00:40:06 +00:00
llvm Somehow I was getting reasonable results for the test cases I was interested 2010-07-29 08:53:59 +00:00