search for: blockstret

Displaying 6 results from an estimated 6 matches for "blockstret".

Did you mean: blocks_ret
2014 Oct 03
2
[LLVMdev] Need guidance regarding MachineFunctionPass
Respected Dr. Criswell, My problem is that the output of following code looks nothing like any opcode: *for(MachineBasicBlock::iterator I = BB->begin(); I != BB->end(); ) { MachineInstr *mi = I; int op = mi->getOpcode(); std::cout << op << '\t'; }* I need to identify specific instructions in my MachineFunctionPass and I was hoping that I can
2014 Oct 03
2
[LLVMdev] Need guidance regarding MachineFunctionPass
...ut which is actually to use > MachineInstr::dump (and/or "llc -debug" from the command-line to print > it out automatically); if it prints something like (to pick a > completely random example from AArch64): > > %X1<def> = LDRXui <fi#3>, 0; mem:LD8[%result] dbg:blockstret.c:20: > > Then you'd want to compare "op" against "AArch64::LDRXui" > > Cheers. > > Tim. > -- Regards, Sachin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/201...
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
...-05-24-BitfieldTest SingleSource/UnitTests/AtomicOps SingleSource/UnitTests/block-byref-cxxobj-test SingleSource/UnitTests/block-byref-test SingleSource/UnitTests/block-call-r7674133 SingleSource/UnitTests/block-copied-in-cxxobj SingleSource/UnitTests/block-copied-in-cxxobj-1 SingleSource/UnitTests/blockstret SingleSource/UnitTests/byval-alignment SingleSource/UnitTests/conditional-gnu-ext SingleSource/UnitTests/conditional-gnu-ext-cxx SingleSource/UnitTests/DefaultInitDynArrays SingleSource/UnitTests/FloatPrecision SingleSource/UnitTests/initp1 SingleSource/UnitTests/member-function-pointers SingleSour...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...SingleSource/UnitTests/2003-05-31-CastToBool | * | * | SingleSource/UnitTests/2003-10-13-SwitchTest | * | * | SingleSource/UnitTests/2002-05-02-CastTest1 | * | * | SingleSource/UnitTests/blockstret | * | * | SingleSource/UnitTests/conditional-gnu-ext | * | * | SingleSource/UnitTests/2002-08-02-CastTest | * | * | SingleSource/UnitTests/2002-05-03-NotTest...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...j-test.ll 1 824 0 0.01 813 0 0.01 813 block-byref-test.ll 1 815 0 0.01 806 0 0.01 806 block-call-r7674133.ll 1 1314 0 0.01 1303 0 0.01 1303 block-copied-in-cxxobj-1.ll 1 825 0 0.01 814 0 0.01 814 block-copied-in-cxxobj.ll 1 823 0 0.01 812 0 0.01 812 block.ll 19 1004072 0 0.09 1004051 0 0.09 1004051 blockstret.ll 1 1335 0 0.01 1326 0 0.01 1326 bmhasrch.ll 2 14299 0 0.01 14262 0 0.01 14262 bmhisrch.ll 4 18870 0 0.01 18833 0 0.01 18833 bmhsrch.ll 2 11714 0 0.01 11677 0 0.01 11677 bmm.ll 8 20177 0 0.01 20153 0 0.01 20153 bnchmrk.ll 3 11261 0 0.01 11237 0 0.01 11237 box_algebra.ll 3 80260 0 0.02 80231 0 0.02...