-
Notifications
You must be signed in to change notification settings - Fork 30
[AIEX] Global Combiner - Pointer Modifier #405
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
Conversation
2e49f47 to
df06e92
Compare
...test/CodeGen/AIE/aie2p/schedule/postpipeliner/PostIncPreIncReorderingPipelinerRegression.mir
Outdated
Show resolved
Hide resolved
11c7b5e to
fefb44a
Compare
|
I see this warning: |
fefb44a to
9395c51
Compare
|
Once #460 is merged, the placeholder commit can be removed |
9395c51 to
2215c35
Compare
|
I removed the placeholder PR commit |
2215c35 to
ab8625b
Compare
martien-de-jong
left a comment
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.
To stop it from haunting you.
It looks good to me.
ab8625b to
e8a8c62
Compare
Hi @F-Stuckmann , this comment was not addressed, could you please address this in a follow-up PR? Thank you! |
| return true; | ||
| } | ||
|
|
||
| void llvm::foundPattern(MachineInstr &MemI) { |
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.
This seems to be unused!
ArithToEmitC: Support using opaque types for floating point
This implements a global combiner for determining post increments or offset Memory Instructions.
The following is still work in progress:
That being said, the structure in
AIEPtrModPass,AIEGlobalCombinerandBaseInstrInfoshould be stable and close to the final version.