Displaying 2 results from an estimated 2 matches for "openmpgen".
2019 Nov 19
2
[RFC] Create llvm/lib/Frontend
...ngs that “could be useful for frontends” -
> and a lot of definitions of what a “frontend" is.
Fair point. I'm open to suggestions wrt. the name. FWIW, the name was
suggested because it was not only supposed to be OpenMP stuff (soon).
> WDYT about naming it something like "lib/OpenMPGen” and
> generalizing/renaming it later when the scope is more clear?
I can do that. It was also proposed to do "lib/Frontend/OpenMP" or
something similar. Would that help or would you prefer not to have the
top level "Frontend" until we actually move other things?
> >...
2019 Nov 13
5
[RFC] Create llvm/lib/Frontend
I was hoping to introduce a new top level library in llvm/lib/Frontend
for code that is (mainly) used by LLVM frontends but not by one
exclusively. At first, I would place the OpenMP-IR-Builder [1] (and related
code [0]) there. This Builder translates "OpenMP directives" to LLVM-IR
and is supposed to be reused in Flang.
First, I tried to place the OpenMP-IR-Builder into llvm/IR, right