[PATCH] D157591: [AArch64][GlobalISel] Optimize Combine Funnel Shift
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 11:04:38 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Target/GlobalISel/Combine.td:785
+ (match (wip_match_opcode G_FSHR):$root,
+ [{ return Helper.matchConstantOp(${root}->getOperand(3), 0); }]),
+ (apply [{ Helper.replaceSingleDefInstWithOperand(*${root}, 2); }])
----------------
Can you try using the new combiner patterns added in 63afb70503bf254bb3cdd8acc6bd1ad25c66e0d8
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157591/new/
https://reviews.llvm.org/D157591
More information about the llvm-commits
mailing list