[PATCH] D123442: [MC][AVR] Fix a crash when decoding the STD/LDD instructions

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 21:55:06 PDT 2022


benshi001 added a comment.

This patch fixes the crash reported in https://github.com/llvm/llvm-project/issues/54776, the incorrect decoding of LDD/STD (incorrectly decoded to LD/ST) will be fixed in another patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123442



More information about the llvm-commits mailing list