search for: g_mi

Displaying 5 results from an estimated 5 matches for "g_mi".

Did you mean: g_mic
2017 Nov 10
5
RFC: [GlobalISel] Towards a generic MI combiner framework
...patterns. As we’re starting from a blank slate, we have an opportunity here to think about what we might need from such a framework without the legacy cruft (although we still have the high performance bar to meet). I want to poll the community about what future requirements we have for the GISel G_MI optimizer/combiner. The following are the general requirements we have so far: It should have at least equivalent, but hopefully better runtime/compile time trade off than the DAGCombiner. There needs to be flexibility in the design to allow targets to run subsets of the overall optimizer. For exa...
2017 Nov 18
2
RFC: [GlobalISel] Towards a generic MI combiner framework
...e starting from a blank slate, we have an opportunity here to think about what we might need from such a framework without the legacy cruft (although we still have the high performance bar to meet). >> >> I want to poll the community about what future requirements we have for the GISel G_MI optimizer/combiner. The following are the general requirements we have so far: >> >> It should have at least equivalent, but hopefully better runtime/compile time trade off than the DAGCombiner. >> There needs to be flexibility in the design to allow targets to run subsets of the...
2017 Nov 28
2
RFC: [GlobalISel] Towards a generic MI combiner framework
...a blank slate, we have an opportunity here to think about what we might need from such a framework without the legacy cruft (although we still have the high performance bar to meet). >>>> >>>> I want to poll the community about what future requirements we have for the GISel G_MI optimizer/combiner. The following are the general requirements we have so far: >>>> >>>> It should have at least equivalent, but hopefully better runtime/compile time trade off than the DAGCombiner. >>>> There needs to be flexibility in the design to allow targe...
2017 Nov 10
2
RFC: [GlobalISel] Towards a generic MI combiner framework
...e starting from a blank slate, we have an opportunity here to think about what we might need from such a framework without the legacy cruft (although we still have the high performance bar to meet). >> >> I want to poll the community about what future requirements we have for the GISel G_MI optimizer/combiner. The following are the general requirements we have so far: >> >> It should have at least equivalent, but hopefully better runtime/compile time trade off than the DAGCombiner. >> There needs to be flexibility in the design to allow targets to run subsets of the...
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