[PATCH] D131189: [DAGCombine] Hoist shifts out of a logic operations tree.
Filipp Zhinkin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 02:26:37 PDT 2022
fzhinkin added inline comments.
================
Comment at: llvm/test/CodeGen/X86/shift-combine.ll:510
+
+define i32 @or_tree_with_shifts_i32(i32 %a, i32 %b, i32 %c, i32 %d) {
+; X32-LABEL: or_tree_with_shifts_i32:
----------------
I'll precommit new tests if there will be no objections to add the new transformation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131189/new/
https://reviews.llvm.org/D131189
More information about the llvm-commits
mailing list