search for: _strict

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

Did you mean: strict
2019 Apr 05
4
[RFC] Changes to llvm.experimental.vector.reduce intrinsics
...having that argument entirely. > >> Further efforts: >> >> ---------------------------- >> >> Here a non-exhaustive list of items I think work towards making the >> intrinsics non-experimental:
 >> >> * Adding SelectionDAG legalization for the  _STRICT reduction >> SDNodes. After some great work from Nikita in D58015, unordered >> reductions are now legalized/expanded in SelectionDAG, so if we >> add expansion in SelectionDAG for strict reductions this would >> make the ExpandReductionsPass redundant. >&...
2019 Apr 04
5
[RFC] Changes to llvm.experimental.vector.reduce intrinsics
...sult in %res being 'undef', but rather a reduction of <4 x float> %v. The definition of these intrinsics are different from their corresponding SelectionDAG nodes which explicitly split out a non-strict VECREDUCE_FADD that explicitly does not take a start-value operand, and a VECREDUCE_STRICT_FADD which does. With the vector reduction intrinsics still experimental, I would like to propose to change this behaviour. I would also like to take this opportunity to ask what other changes are required, so that we can make an effort towards dropping the 'experimental' prefix at some po...
2019 Apr 10
2
[RFC] Changes to llvm.experimental.vector.reduce intrinsics
...eductions. >>> >>>> Further efforts: >>>> ---------------------------- >>>> Here a non-exhaustive list of items I think work towards making the intrinsics non-experimental:
>>>> >>>> • Adding SelectionDAG legalization for the _STRICT reduction SDNodes. After some great work from Nikita in D58015, unordered reductions are now legalized/expanded in SelectionDAG, so if we add expansion in SelectionDAG for strict reductions this would make the ExpandReductionsPass redundant. >>>> • Better enforcing the constraints of t...
2019 May 16
4
[RFC] Changes to llvm.experimental.vector.reduce intrinsics
...t;>> Further efforts: >>>>>> ---------------------------- >>>>>> Here a non-exhaustive list of items I think work towards making the intrinsics non-experimental: >>>>>> >>>>>> • Adding SelectionDAG legalization for the _STRICT reduction SDNodes. After some great work from Nikita in D58015, unordered reductions are now legalized/expanded in SelectionDAG, so if we add expansion in SelectionDAG for strict reductions this would make the ExpandReductionsPass redundant. >>>>>> • Better enforcing the constrai...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...be used to disable ACPI +usage entirely. ### acpi\_apic\_instance > `= <integer>` -Specify which ACPI MADT table to parse for APIC information, if more than one is present. +Specify which ACPI MADT table to parse for APIC information, if more +than one is present. ### acpi\_pstate\_strict ### acpi\_skip\_timer\_override @@ -86,7 +110,9 @@ Specify which ACPI MADT table to parse f ### apic > `= summit | bigsmp | default` -Override Xen''s logic for choosing the APIC driver. By default, if there are more than 8 CPUs, Xen will switch to `bigsmp` over `default`. +Override...