This is an archive of the discontinued LLVM Phabricator instance.

[mips][ias] Range check uimmz operands.
ClosedPublic

Authored by dsanders on Oct 23 2015, 2:05 AM.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 38219.Oct 23 2015, 2:05 AM
dsanders retitled this revision from to [mips][ias] Range check uimmz operands..
dsanders updated this object.
dsanders added a reviewer: vkalintiris.
dsanders added subscribers: llvm-commits, atanasyan.
vkalintiris accepted this revision.Oct 26 2015, 6:36 AM
vkalintiris edited edge metadata.

LGTM. Added two minor nits.

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
3241–3242

Const-ify Operands and avoid passing-by-ref of ErrorInfo.

3244

We don't need the cast if we use ->.

This revision is now accepted and ready to land.Oct 26 2015, 6:36 AM
dsanders closed this revision.Nov 6 2015, 4:13 AM