search for: targemachine

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

Did you mean: targetmachine
2018 Sep 13
2
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...GlobalISel, and FastISel. And then what happens if we end up with > multiple targets like this? > We have to pay that cost regardless of whether it's part of maintaining llvm-spirv or part of maintaining a SPIR-V backend, though, don't we? I do think having some having some kind of TargeMachine wrapper > around an IR pass(es) would be a good technical solution, though, if > we can find a way to keep the support burden minimal, especially > since the LLVM IR -> SPIR-V translation code already exists. > > -Tom > > > - Matthias > > > >> > >>...
2018 Sep 12
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
> On Sep 11, 2018, at 7:39 PM, Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 09/11/2018 12:50 PM, Richard Smith via llvm-dev wrote: >> On Mon, 10 Sep 2018 at 18:47, Nicholas Wilson via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> I was going to wait until Neil Trevett got back to me