[llvm] [AVR] Refactor MUL/FMUL instruction descriptions (NFC) (PR #156862)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 03:13:56 PDT 2025
================
@@ -514,7 +514,7 @@ bool AVRDAGToDAGISel::selectMultiplication(llvm::SDNode *N) {
assert(Type == MVT::i8 && "unexpected value type");
bool isSigned = N->getOpcode() == ISD::SMUL_LOHI;
- unsigned MachineOp = isSigned ? AVR::MULSRdRr : AVR::MULRdRr;
----------------
s-barannikov wrote:
Done
https://github.com/llvm/llvm-project/pull/156862
More information about the llvm-commits
mailing list