[PATCH] D99906: [PowerPC] Materialize 34-bit constants with pli directly
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 6 05:45:33 PDT 2021
nemanjai added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:4879
SDNode *ResNode = selectI64Imm(CurDAG, N);
if (!isa<ConstantSDNode>(ResNode)) {
ReplaceNode(N, ResNode);
----------------
This may no longer be necessary, but this isn't something you necessarily have to address in this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99906/new/
https://reviews.llvm.org/D99906
More information about the llvm-commits
mailing list