[all-commits] [llvm/llvm-project] 2b4569: [Mips] Fix Clang crashes when assembling MIPS div/...
yingopq via All-commits
all-commits at lists.llvm.org
Thu Jul 30 01:23:27 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b45696fcafc0c92ea0ad73483b1e175c97c834a
https://github.com/llvm/llvm-project/commit/2b45696fcafc0c92ea0ad73483b1e175c97c834a
Author: yingopq <115543042+yingopq at users.noreply.github.com>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/test/MC/Mips/macro-ddiv-bad.s
M llvm/test/MC/Mips/macro-ddivu-bad.s
M llvm/test/MC/Mips/macro-div-bad.s
M llvm/test/MC/Mips/macro-divu-bad.s
Log Message:
-----------
[Mips] Fix Clang crashes when assembling MIPS div/rem with register-name symbol as divisor (#200354)
Add check before getimm().
Fix #185363.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list