This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix CTTZ for MVE
ClosedPublic

Authored by oliverlars on Sep 19 2019, 9:49 AM.

Details

Summary

CTTZ was set to Expand instead of Custom so it output the wrong instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

oliverlars created this revision.Sep 19 2019, 9:49 AM
dmgreen accepted this revision.Sep 19 2019, 1:55 PM

Righteo, LGTM.

This revision is now accepted and ready to land.Sep 19 2019, 1:55 PM