search for: 3hp

Displaying 20 results from an estimated 30 matches for "3hp".

Did you mean: 3h
2012 Oct 19
11
[LLVMdev] Predication on SIMD architectures and LLVM
...every instruction could use that kind of predicate ...) but I think this is a nasty solution ... Did someone already tried to do this in LLVM and if yes what solution/s did you use to solve the problem? Regards, Marcello -- Marcello Maggioni Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com Twitter: https://twitter.com/codeplaysoft This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codepla...
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...'m using Windows 32bit x86 Mach-O, with MCJIT. Trying to find a bug within my program and wondered whether the code is just not supported by LLVM. Let me know if you need a testcase. Thanks! -- Verena Beckham Vice President Engineering Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codeplay Software Ltd immediately and delete...
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
...ut I think > this is a nasty solution ... > > Did someone already tried to do this in LLVM and if yes what solution/s > did you use to solve the problem? > > Regards, > Marcello > > -- > Marcello Maggioni > Codeplay Software Ltd > 45 York Place, Edinburgh, EH1 3HP > Tel: 0131 466 0503 > Fax: 0131 557 6600 > Website: http://www.codeplay.com > Twitter: https://twitter.com/codeplaysoft > > This email and any attachments may contain confidential and /or > privileged information and is for use by the addressee only. If you are > not the i...
2013 Nov 21
1
[LLVMdev] [PATCH] Making Type::getScalarSizeInBits() const
...s the usage of the function through const pointers/references to Type without any apparent reason. I propose of marking the function as const. (attached is a patch that does so). Cheers, Marcello -- Marcello Maggioni Compiler Engineer Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com Twitter: https://twitter.com/@codeplaybiz This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please noti...
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
...t I think > this is a nasty solution ... > > Did someone already tried to do this in LLVM and if yes what > solution/s did you use to solve the problem? > > Regards, > Marcello > > -- > Marcello Maggioni > Codeplay Software Ltd > 45 York Place, Edinburgh, EH1 3HP > Tel: 0131 466 0503 > Fax: 0131 557 6600 > Website: http://www.codeplay.com > Twitter: https://twitter.com/codeplaysoft > > This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended re...
2012 Jun 27
3
[LLVMdev] Counting instructions in MCJIT
...y of inserting that into the PassManager that MCJIT uses. This means I'm replicating the passes and doing code gen twice, basically. Any advice would be much appreciated! Thank you very much, -- Verena Beckham Vice President Engineering Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codeplay Software Ltd immediately and delete...
2012 Jun 29
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...o find a bug within my program and wondered whether the code is > just not supported by LLVM. Let me know if you need a testcase. > > Thanks! > > > -- > Verena Beckham > > Vice President Engineering > > Codeplay Software Ltd > 45 York Place, Edinburgh, EH1 3HP > Tel: 0131 466 0503 > Fax: 0131 557 6600 > Website: http://www.codeplay.com > > This email and any attachments may contain confidential and /or > privileged information and is for use by the addressee only. If you > are not the intended recipient, please notify Codeplay S...
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...to find a bug within my program and wondered whether the code > is just not supported by LLVM. Let me know if you need a testcase. > > Thanks! > > > -- > Verena Beckham > > Vice President Engineering > > Codeplay Software Ltd > 45 York Place, Edinburgh, EH1 3HP > Tel: 0131 466 0503 > Fax: 0131 557 6600 > Website: http://www.codeplay.com > > This email and any attachments may contain confidential and /or > privileged information and is for use by the addressee only. If you > are not the intended recipient, please notify Codeplay S...
2012 Jul 02
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
...ed whether the code >> is just not supported by LLVM. Let me know if you need a testcase. >> >> Thanks! >> >> >> -- >> Verena Beckham >> >> Vice President Engineering >> >> Codeplay Software Ltd >> 45 York Place, Edinburgh, EH1 3HP >> Tel: 0131 466 0503 >> Fax: 0131 557 6600 >> Website: http://www.codeplay.com >> >> This email and any attachments may contain confidential and /or >> privileged information and is for use by the addressee only. If you >> are not the intended recipient,...
2013 May 09
2
[LLVMdev] Scheduling with RAW hazards
...dHazardRecognizer instead. I'm also still using the SelectionDAG scheduler, but will need to change to the MI scheduler at some point, to keep up with trunk. Should either of these help? Thanks, Fraser -- Fraser Cormack Compiler Developer Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com Twitter: https://twitter.com/codeplaysoft This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codepla...
2012 Feb 29
1
[LLVMdev] Restrictions on bitcast of arbitrary vector types?
...when attempting to perform code generation, but no errors at the BC level. Is it simply unsupported to stray outwith the set of vector types in SimpleValueType in ValueTypes.h ? Cheers, George -- George Russell Director of Quality Assurance Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com Twitter: https://twitter.com/codeplaysoft This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codep...
2013 Apr 09
0
[LLVMdev] Getting the position of a BasicBlock that doesn't exist anymore in the backend
...n't know if there is a reliable way to do that ( I tried to use the ->getPrevNode() ->getNextNode() on the BasicBlock object pointed by the BlockAddress, but I get unreliable results). Any idea? Cheers, Marcello -- Marcello Maggioni Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com Twitter: https://twitter.com/codeplaysoft This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codepla...
2013 Jul 22
0
[LLVMdev] Predication bug in AggressiveAntiDepBreaker?
...gister not being fully renamed everywhere. I don't think a predicated write should count as a define. The attached patch fixes this test case. Or am I missing something target dependent here? -- Verena Beckham Vice President Engineering Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codeplay Software Ltd immediately and delete...
2013 Sep 24
1
[LLVMdev] llvm/clang and 'odd bit types'
Hi all, I recently created a version of llvm/clang for an architecture with some odd properties: - front end side: -- char,short,int : 20 bits -- long, long long: 40 bits -- pointer: 20 bits On the backend side, I have hardware support for 20-bit registers (and load/stores). (So, I have support for 'i20' and 'i40', but 'i40' is lowered into operations on 'i20')
2013 Oct 21
0
[LLVMdev] Instruction Emitter crash when emitting glued InlineAsm SDNode
...put). I attached the patch with this email. The regression tests pass, but if someone more expert on that code could tell me if I'm doing something wrong I'd appreciate :) Cheers, Marcello -- Marcello Maggioni Compiler Engineer Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com Twitter: https://twitter.com/@codeplaybiz This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please noti...
2012 Jun 28
0
[LLVMdev] Counting instructions in MCJIT
...way of inserting that into the PassManager that MCJIT uses. This means I'm replicating the passes and doing code gen twice, basically. Any advice would be much appreciated! Thank you very much, -- Verena Beckham Vice President Engineering Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codeplay Software Ltd immediately and delete th...
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
Hi Marcello, On Fri, Oct 19, 2012 at 04:38:29PM +0100, Marcello Maggioni wrote: > Hello, > I'm working on a compiler based on LLVM for a SIMD architecture that > supports instruction predication. We would like to implement branching > on this architecture using predication. > As you know the LLVM-IR doesn't support instruction predication, so I'm > not exactly
2013 Aug 26
0
[LLVMdev] Question about boolean type variable generation of Global Variable Optimization
...to process 'i1' type value . Could someone let me know which cases get advantages from this transformation? I think this transformation generates a little bit redundant instructions than without this. Thanks, JinGu Kang -- JinGu Kang Codeplay Software Ltd 45 York Place, Edinburgh, EH1 3HP Tel: 0131 466 0503 Fax: 0131 557 6600 Website: http://www.codeplay.com Twitter: https://twitter.com/codeplaysoft This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended recipient, please notify Codepla...
2014 Mar 03
2
[LLVMdev] Question about per-operand machine model
.... As reference, I have attached simple patch. >>>>>> >>>>>> Thanks, >>>>>> JinGu Kang >>>>>> > > > -- > Pierre-Andre Saulais > Compiler Developer > Codeplay Software Ltd > 45 York Place, Edinburgh, EH1 3HP > Tel: 0131 466 0503 > Fax: 0131 557 6600 > Website: http://www.codeplay.com > Twitter: https://twitter.com/codeplaysoft > > This email and any attachments may contain confidential and /or privileged information and is for use by the addressee only. If you are not the intended re...
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
...) but I think this is a > nasty solution ... > > Did someone already tried to do this in LLVM and if yes what solution/s > did you use to solve the problem? > > Regards, > Marcello > > -- > Marcello Maggioni > Codeplay Software Ltd > 45 York Place, Edinburgh, EH1 3HP > Tel: 0131 466 0503 > Fax: 0131 557 6600 > Website: http://www.codeplay.com > Twitter: https://twitter.com/**codeplaysoft<https://twitter.com/codeplaysoft> > > This email and any attachments may contain confidential and /or privileged > information and is for use by the...