search for: nameable

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

Did you mean: nametable
2020 Jul 14
4
[RFC] Introducing classes for the codegen driven by new pass manager
I'd just note that not every pass you can run with "opt" is actually part of the optimization pipeline. There are a few important IR-level passes that only run in the codegen pipeline, but are still nameable with opt to run individually for testing purposes. Switching over doesn't need to block on these passes being migrated. So I'm not sure this method of determining progress towards switching to NPM actually makes sense. E.g., looking at the first few entries on your list, amdgpu-lower-intri...
2009 Jul 28
2
[LLVMdev] PROPOSAL : Introduce NamedMetadata
On Mon, Jul 27, 2009 at 9:31 PM, Nick Lewycky<nicholas at mxc.ca> wrote: > Why not have a named GlobalValue with an MDNode initializer? How is this > different from what we had before? GlobalValue initializer accepts only Constants. - Devang
2009 Jul 28
0
[LLVMdev] PROPOSAL : Introduce NamedMetadata
...ts only Constants. So in my initial implementation, before I submitted it for review, I tried making them not be Constants, only to discover that if I did that then I couldn't use then as GV initializers. And it's not preposterous for them to be Constants. Functions are an example of a nameable zero-operand non-uniqued constant. Is there any particular benefit to keeping them out of Constant and adding NamedMetadata? Nick
2020 Jul 15
2
[RFC] Introducing classes for the codegen driven by new pass manager
..., Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> I'd just note that not every pass you can run with "opt" is actually part of the optimization pipeline. There are a few important IR-level passes that only run in the codegen pipeline, but are still nameable with opt to run individually for testing purposes. Switching over doesn't need to block on these passes being migrated. So I'm not sure this method of determining progress towards switching to NPM actually makes sense. > > FTR, there are IR-level passes that only run in the codegen p...
2006 May 06
3
www.SavaJe.com
...offer us something interesting and exciting. Important point to note - I don't work for Savaje - I cant provide any more information than I already have. I will however be working on the Savaje stand for the 3 days of the exhibition. I cant say who but I'm working with an as yet un-nameable Savaje development partner. If you are going to the show please feel free to come up and say hi when you visit the Savaje stand. Hope to see you there. Regards, Dean Collins www.Cognation.net <http://www.cognation.net/> -------------- next par...
2020 Jul 14
3
[RFC] Introducing classes for the codegen driven by new pass manager
-Yuanfang > -----Original Message----- > From: Arthur Eubanks <aeubanks at google.com> > Sent: Monday, July 13, 2020 12:49 PM > To: Chen, Yuanfang <Yuanfang.Chen at sony.com> > Cc: LLVM Developers' List <llvm-dev at lists.llvm.org> > Subject: Re: [llvm-dev] [RFC] Introducing classes for the codegen driven by > new pass manager > > While we're