[PATCH] D105096: [ARM] Reassociate BFI

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 29 12:50:42 PDT 2021


efriedma added a comment.

Seems reasonable.



================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:14171
+  }
+  if (N->getOperand(0).getOpcode() == ARMISD::BFI) {
+    SDValue Op = N->getOperand(0);
----------------
Please add a comment explaining what this is doing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105096/new/

https://reviews.llvm.org/D105096



More information about the llvm-commits mailing list