This is an archive of the discontinued LLVM Phabricator instance.

[VE] Implements minimum MC layer for VE (1/4)
ClosedPublic

Authored by kaz7 on May 6 2020, 6:43 PM.

Details

Summary

Correct instruction bitfield addresses to generate machine code correctly.
Also add some variables to represent all instructions correctly and change
default values to use registers by default.

Diff Detail

Event Timeline

kaz7 created this revision.May 6 2020, 6:43 PM
kaz7 added a comment.May 6 2020, 6:44 PM

This is a patch related to https://reviews.llvm.org/D78698

I'm going to submit 4 patches.

simoll accepted this revision.May 6 2020, 11:50 PM
This revision is now accepted and ready to land.May 6 2020, 11:50 PM
This revision was automatically updated to reflect the committed changes.