[PATCH] D88579: [AMDGPU] Split R600 and GCN bfe patterns
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 11:02:30 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstructions.td:2360
+ (sra (shl_oneuse i32:$src, (sub 32, i32:$width)), (sub 32, i32:$width)),
+ (V_BFE_I32 $src, (S_MOV_B32 (i32 0)), $width)
+>;
----------------
This and these others can directly use 0
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88579/new/
https://reviews.llvm.org/D88579
More information about the llvm-commits
mailing list