This is an archive of the discontinued LLVM Phabricator instance.

[VE] Update integer arithmetic instructions
ClosedPublic

Authored by kaz7 on Apr 9 2020, 9:54 PM.

Details

Summary

Changing all mnemonic to match assembly instructions to simplify mnemonic
naming rules. This time update all fixed-point arithmetic instructions.
This also corrects smax/smin code generations.

Diff Detail

Event Timeline

kaz7 created this revision.Apr 9 2020, 9:54 PM

Nice! This also fixes code generation for the smin/smax pattern. Could you mention that in the commit message? The patch itself LGTM.

kaz7 edited the summary of this revision. (Show Details)Apr 14 2020, 12:39 AM

Thanks, Simon-san. I've updated summary description.

simoll accepted this revision.Apr 14 2020, 5:31 AM
This revision is now accepted and ready to land.Apr 14 2020, 5:31 AM
This revision was automatically updated to reflect the committed changes.