[PATCH] D102759: [AArch64ISelDAGToDAG] Supplement cases for ORRWrs/ORRXrs when calculating usefulbits
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 2 15:13:42 PDT 2021
efriedma added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp:2319
if (UserNode->getOperand(0) != Orig)
return;
UsefulBits &= APInt(UsefulBits.getBitWidth(), 0xff);
----------------
Do these store instructions have the same issue?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102759/new/
https://reviews.llvm.org/D102759
More information about the llvm-commits
mailing list