[llvm-commits] [llvm] r131953 - in /llvm/trunk: include/llvm/Transforms/Utils/Local.h include/llvm/Transforms/Utils/SSAUpdater.h lib/Transforms/Scalar/LICM.cpp lib/Transforms/Scalar/ScalarReplAggregates.cpp lib/Transforms/Utils/Local.cpp lib/Transforms/Utils/PromoteMemoryToRegister.cpp lib/Transforms/Utils/SSAUpdater.cpp test/Transforms/ScalarRepl/debuginfo-preserved.ll test/Transforms/ScalarRepl/debuginfo.ll

Charles Davis cdavis at mymail.mines.edu
Tue May 24 09:54:42 PDT 2011


On 5/24/11 9:59 AM, Charles Davis wrote:
> Now it's my turn to complain to you ;).
> 
> On 5/23/11 9:10 PM, Cameron Zwarich wrote:
>> Added: llvm/trunk/test/Transforms/ScalarRepl/debuginfo-preserved.ll
>> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/ScalarRepl/debuginfo-preserved.ll?rev=131953&view=auto
>> ==============================================================================
>> --- llvm/trunk/test/Transforms/ScalarRepl/debuginfo-preserved.ll (added)
>> +++ llvm/trunk/test/Transforms/ScalarRepl/debuginfo-preserved.ll Mon May 23 22:10:43 2011
>> @@ -0,0 +1,61 @@
>> +; RUN: opt < %s -enable-debug-info-probe -debug-only=debuginfoprobe -scalarrepl -S | FileCheck %s
>> +; RUN: opt < %s -enable-debug-info-probe -debug-only=debuginfoprobe -scalarrepl-ssa -S | FileCheck %s
> This breaks the Release (without Asserts) build.
Removing the -debug-only parameter fixes the build, and the tests still
pass without it. Before I take it out, any reason you think it should be
kept in?

Chip




More information about the llvm-commits mailing list