This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][Altivec] Add vnot extended mnemonic
ClosedPublic

Authored by brunoalr on Jan 27 2017, 9:08 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

brunoalr created this revision.Jan 27 2017, 9:08 AM
brunoalr edited the summary of this revision. (Show Details)Jan 27 2017, 9:16 AM
hfinkel accepted this revision.Jan 27 2017, 9:25 AM

This should also have a test in test/MC/PowerPC/ppc64-encoding-vmx.s near the other vnor tests. Otherwise, this LGTM.

This revision is now accepted and ready to land.Jan 27 2017, 9:25 AM
brunoalr updated this revision to Diff 86068.Jan 27 2017, 10:13 AM
  • Merge branch 'master' into vnot
  • Add tests

This should also have a test in test/MC/PowerPC/ppc64-encoding-vmx.s near the other vnor tests. Otherwise, this LGTM.

Test added :)

This revision was automatically updated to reflect the committed changes.