search for: meminst

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

Did you mean: meminit
2016 Oct 31
1
[PATCH] D26127: [MemorySSA] Repair AccessList invariants after insertion of new MemoryUseOrDef.
...ter > each > new insertion, I expect to also have to update MSSA since 1) > MemorySSAWrapperPass is delcared preserved to the pass manager, and 2) > subsequent MCO iterations which depend on MSSA need to be able to see, > analyze, > and possibly further transform these newly added meminsts. > Can you give an example of a case where, processing in top-down order, going from defs to uses, it's not possible to do this in a single iteration? I understand why, giving a random ordering it does it in now, and no use-def/def-use chains, it cannot do so. I cannot, off the top of my...
2018 Jul 02
8
[RFC][VECLIB] how should we legalize VECLIB calls?
On 07/02/2018 04:33 PM, Saito, Hideki wrote: > >   > > >It may not be a full solution for the problems you're trying to solve > >   > > If we are inventing a new solution, I’d like it also to solve OpenMP > declare simd legalization issue. If a small extension of existing scheme > > works for mathlib only, I’m happy to take that and discuss OpenMP >