[PATCH] D131208: [RISCV] Prevent constant hoisting for (ashr (add (shl X, 32), C<<32), 32).
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 13:34:32 PDT 2022
craig.topper abandoned this revision.
craig.topper added a comment.
Abandoning in favor a pre-consthoist peephole in RISCVCodeGenPrepare. The single basic block restriction is too restrictive. We need to help SelectionDAG out here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131208/new/
https://reviews.llvm.org/D131208
More information about the llvm-commits
mailing list