Displaying 2 results from an estimated 2 matches for "d46698".
2018 May 10
0
[RFC] MC support for variant scheduling classes.
...Review https://reviews.llvm.org/D46697 <https://reviews.llvm.org/D46697> is the union of patch1 and patch2 only.
> It is not meant to be reviewed at this stage, since it contains the code
> changes related to patch1.
>
> The third patch is available here: https://reviews.llvm.org/D46698 <https://reviews.llvm.org/D46698>.
> D46698 requires patch1 and patch2.
>
> Bonus (optional) patches:
> 1) [X86] Teach scheduling models how to recognize zero-idioms.
> This would make easier to review the llvm-mca change.
> 2) [X86] Add variant scheduling classes for...
2018 May 10
2
[RFC] MC support for variant scheduling classes.
...error if the variant scheduling class cannot be resolved.
Review https://reviews.llvm.org/D46697 is the union of patch1 and patch2
only.
It is not meant to be reviewed at this stage, since it contains the code
changes related to patch1.
The third patch is available here: https://reviews.llvm.org/D46698.
D46698 requires patch1 and patch2.
Bonus (optional) patches:
1) [X86] Teach scheduling models how to recognize zero-idioms.
This would make easier to review the llvm-mca change.
2) [X86] Add variant scheduling classes for LEA instructions.
3) [AArch64] Rewrite the predicates mentioned by t...