[PATCH] D72844: AMDGPU: Move permlane discard vdst_in optimization
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 12:28:04 PST 2020
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/VOP3Instructions.td:682
+
+ def : PermlaneDiscardVDstIn<
+ BoundControlOrFetchInvalidPermlane<int_amdgcn_permlane16>,
----------------
rampitec wrote:
> Don't you need added complexity here? The complexity of both patterns looks the same.
No, I think the custom predicate boosts the complexity score
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72844/new/
https://reviews.llvm.org/D72844
More information about the llvm-commits
mailing list