-
Notifications
You must be signed in to change notification settings - Fork 4
Cherry picking Scf.index switch support from 22.x release #10
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
Cherry picking Scf.index switch support from 22.x release #10
Conversation
andrey-golubev
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.
Is this a cherry-pick? If so, please change the title of the PR and the description to that of a real patch into upstream. This makes it easier for people to update LLVM version.
|
https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification (SSH steps are easier) |
…eConversionsAndLegality
Signed-off-by: Dhawal Srivastava <[email protected]>
f960c70 to
c916dc8
Compare
f85ec53
into
intel-staging:npu/release/20.x
…ing#10) * [mlir][SCF] Add scf.index_switch support for populateSCFStructuralTypeConversionsAndLegality * Apply review remarks * Minor fix to make it compatible with vpux Signed-off-by: Dhawal Srivastava <[email protected]> --------- Signed-off-by: Dhawal Srivastava <[email protected]> Co-authored-by: Skrebkov, Artemy <[email protected]>
…ing#10) * [mlir][SCF] Add scf.index_switch support for populateSCFStructuralTypeConversionsAndLegality * Apply review remarks * Minor fix to make it compatible with vpux Signed-off-by: Dhawal Srivastava <[email protected]> --------- Signed-off-by: Dhawal Srivastava <[email protected]> Co-authored-by: Skrebkov, Artemy <[email protected]>
Cherry picking patch from 22.x version related to scf.index switch support for populateSCFStructuralTypeConversionsAndLegality
Original Patch : llvm#160344