This is an archive of the discontinued LLVM Phabricator instance.

[mips][msa] Remove range checks for non-immediate sld.[bhwd] instructions
ClosedPublic

Authored by smaksimovic on Mar 7 2017, 6:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

smaksimovic created this revision.Mar 7 2017, 6:50 AM
sdardis accepted this revision.Mar 9 2017, 2:32 AM

LGTM. Minor nit: there's some spurious whitespace that can be removed, see my inlined comment.

test/CodeGen/builtins-mips-msa.c
701 ↗(On Diff #90843)

I'm seeing some whitespace here in the patch, remove it before committing please.

This revision is now accepted and ready to land.Mar 9 2017, 2:32 AM
smaksimovic updated this revision to Diff 91158.Mar 9 2017, 4:31 AM

Removed whitespace.

This revision was automatically updated to reflect the committed changes.