[PATCH] D140245: [PowerPC] Don't crash when disassembling invalid immediate
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 14:32:23 PST 2022
barannikov88 added a comment.
AFAIK values >12 are all invalid, not only those that are >15. This instruction and the one which inserts elements need custom decoder for their operands. Other changes are unnecessary.
But let's see what PPC guys say.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140245/new/
https://reviews.llvm.org/D140245
More information about the llvm-commits
mailing list