-
Notifications
You must be signed in to change notification settings - Fork 790
[SYCL-MLIR]: Argument Promotion Transformation (part 2) #8730
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
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
Signed-off-by: Tiotto, Ettore <[email protected]>
…peelable arguments. Signed-off-by: Tiotto, Ettore <[email protected]>
Depends on #8679 |
…peelable arguments. Signed-off-by: Tiotto, Ettore <[email protected]>
…peelable arguments. Signed-off-by: Tiotto, Ettore <[email protected]>
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Tiotto, Ettore <[email protected]>
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
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.
Can we have the tests mentioned here? I'm not asking for all of them to produce the expected outcome, but at least having them there with a comment in case they don't to have in mind there's room for improvement
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
polygeist/lib/Dialect/Polygeist/Transforms/ArgumentPromotion.cpp
Outdated
Show resolved
Hide resolved
I have added them. I have:
|
Signed-off-by: Tiotto, Ettore <[email protected]>
Enhance ArgumentPromotion to allow processing calls with only some peelable arguments.
Example:
Only %arg0 can be peeled because %arg1 is not used by a subindex instruction.