[PATCH] D116238: [mips] Add -mfix4300 flag to enable vr4300 mulmul bugfix pass

2021-12-24 Thread Random via Phabricator via cfe-commits
Random06457 updated this revision to Diff 396171. Random06457 added a comment. Addressed the comments. I also updated `isFirstMul` to exclude integer multiplications which do not produce the bug. That change made me fix the tests too. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D116238

[PATCH] D116238: [mips] Add -mfix4300 flag to enable vr4300 mulmul bugfix pass

2021-12-23 Thread Random via Phabricator via cfe-commits
Random06457 created this revision. Random06457 added a reviewer: atanasyan. Herald added subscribers: dang, jrtc27, hiraditya, arichardson, mgorny, sdardis. Random06457 requested review of this revision. Herald added projects: clang, LLVM. Herald added subscribers: llvm-commits, cfe-commits. Early