This is an archive of the discontinued LLVM Phabricator instance.

[X86] Improve the rotate ISel test
ClosedPublic

Authored by zvi on Oct 8 2016, 1:22 PM.

Details

Summary
  • Added 64-bit target testing.
  • Added 64-bit operand test cases.
  • Added cases that demonstrate pr30644

Diff Detail

Repository
rL LLVM

Event Timeline

zvi updated this revision to Diff 74045.Oct 8 2016, 1:22 PM
zvi retitled this revision from to [X86] Improve the rotate ISel test.
zvi updated this object.
zvi added a reviewer: RKSimon.
zvi set the repository for this revision to rL LLVM.
zvi updated this revision to Diff 74049.Oct 8 2016, 2:18 PM
zvi updated this object.
zvi added a reviewer: craig.topper.
zvi added a reviewer: igorb.Oct 9 2016, 12:03 AM
This revision was automatically updated to reflect the committed changes.
RKSimon edited edge metadata.Oct 9 2016, 6:28 AM

Thanks Zvi, you could add a nounwind attribute to cleanup up the 32-bit i64 codegen a little.