-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIE2P] Implemented VST.SRS combine #292
Conversation
llvm/test/CodeGen/AIE/aie2p/GlobalIsel/inst-select-indexed-vst_srs.mir
Outdated
Show resolved
Hide resolved
llvm/test/CodeGen/AIE/aie2p/GlobalIsel/inst-select-indexed-vst_srs.mir
Outdated
Show resolved
Hide resolved
llvm/test/CodeGen/AIE/aie2p/GlobalIsel/inst-select-indexed-vst_srs.mir
Outdated
Show resolved
Hide resolved
aab4237
to
1975011
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One little error, then it's good to go!
1975011
to
0f41140
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5421553
to
40d3a36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(SrcRegSize == 512 || SrcRegSize == 1024)) || | ||
(MemOpLoadStoreSize == 512 && | ||
(SrcRegSize == 1024 || SrcRegSize == 2048)) && | ||
"Unexpected STS.SRS size"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: VST.SRS
40d3a36
to
ecbea79
Compare
ecbea79
to
a92fb86
Compare
No description provided.