search for: makeconsist

Displaying 2 results from an estimated 2 matches for "makeconsist".

2012 Sep 13
0
[LLVMdev] [RFC] Progress towards OpenMP support
...ed, might be a better > approach, but would at least require touching a lot more code (if > nothing else, we'd need to audit and then add the analysis preservation > calls to a lot of otherwise-unrelated code). I don't drop any metadata. Let me put it this way: say we have a pass MakeConsistent which drops inconsistent MD nodes. We will also need some code in LLVM that parses the IR and converts it to a from that is more easily processed. My proposal is to squash these two pieces of code (MakeConsistent and the "parser") into a single one. The resulting code then doesn'...
2012 Sep 13
2
[LLVMdev] [RFC] Progress towards OpenMP support
On Thu, 13 Sep 2012 09:01:18 +0530 Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > Hi Hal, > > > My rationale for proposing the self-consistent metadata solution was > > that it seemed to be the safest option. If we simply insist that all > > relevant passes use the ParallizationMetadata pass, without any > > verification, then we could end up with