Skip to content

[CIR][ThroughMLIR] fix BinOp, CmpOp Lowering to MLIR and lowering cir.vec.cmp to MLIR #694

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

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

Kritoooo
Copy link
Contributor

@Kritoooo Kritoooo commented Jun 18, 2024

This PR does Three things:

  1. Fixes the BinOp lowering to MLIR issue where signed numbers were not handled correctly, and adds support for vector types. The corresponding test files have been modified.
  2. Fixes the CmpOp lowering to MLIR issue where signed numbers were not handled correctly And modified test files.
  3. Adds cir.vec.cmp lowering to MLIR along with the corresponding test files.

I originally planned to complete the remaining cir.vec.* lowerings in this PR, but it seems there's quite a lot to do, so I'll split it into multiple PRs.

@Kritoooo Kritoooo changed the title [CIR][ThroughMLIR] fix binOp Lowering to MLIR and lowering cir.vec.cmp to MLIR [CIR][ThroughMLIR] fix BinOp, CmpOp Lowering to MLIR and lowering cir.vec.cmp to MLIR Jun 19, 2024
Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bcardosolopes bcardosolopes merged commit e3f3124 into llvm:main Jun 20, 2024
6 checks passed
bruteforceboy pushed a commit to bruteforceboy/clangir that referenced this pull request Oct 2, 2024
….vec.cmp to MLIR (llvm#694)

This PR does Three things:
1. Fixes the BinOp lowering to MLIR issue where signed numbers were not
handled correctly, and adds support for vector types. The corresponding
test files have been modified.
2. Fixes the CmpOp lowering to MLIR issue where signed numbers were not
handled correctly And modified test files.
3. Adds cir.vec.cmp lowering to MLIR along with the corresponding test
files.

I originally planned to complete the remaining cir.vec.* lowerings in
this PR, but it seems there's quite a lot to do, so I'll split it into
multiple PRs.

---------

Co-authored-by: Kritoooo <shaofeng.xie@terapines.com>
Hugobros3 pushed a commit to shady-gang/clangir that referenced this pull request Oct 2, 2024
….vec.cmp to MLIR (llvm#694)

This PR does Three things:
1. Fixes the BinOp lowering to MLIR issue where signed numbers were not
handled correctly, and adds support for vector types. The corresponding
test files have been modified.
2. Fixes the CmpOp lowering to MLIR issue where signed numbers were not
handled correctly And modified test files.
3. Adds cir.vec.cmp lowering to MLIR along with the corresponding test
files.

I originally planned to complete the remaining cir.vec.* lowerings in
this PR, but it seems there's quite a lot to do, so I'll split it into
multiple PRs.

---------

Co-authored-by: Kritoooo <shaofeng.xie@terapines.com>
smeenai pushed a commit to smeenai/clangir that referenced this pull request Oct 9, 2024
….vec.cmp to MLIR (llvm#694)

This PR does Three things:
1. Fixes the BinOp lowering to MLIR issue where signed numbers were not
handled correctly, and adds support for vector types. The corresponding
test files have been modified.
2. Fixes the CmpOp lowering to MLIR issue where signed numbers were not
handled correctly And modified test files.
3. Adds cir.vec.cmp lowering to MLIR along with the corresponding test
files.

I originally planned to complete the remaining cir.vec.* lowerings in
this PR, but it seems there's quite a lot to do, so I'll split it into
multiple PRs.

---------

Co-authored-by: Kritoooo <shaofeng.xie@terapines.com>
keryell pushed a commit to keryell/clangir that referenced this pull request Oct 19, 2024
….vec.cmp to MLIR (llvm#694)

This PR does Three things:
1. Fixes the BinOp lowering to MLIR issue where signed numbers were not
handled correctly, and adds support for vector types. The corresponding
test files have been modified.
2. Fixes the CmpOp lowering to MLIR issue where signed numbers were not
handled correctly And modified test files.
3. Adds cir.vec.cmp lowering to MLIR along with the corresponding test
files.

I originally planned to complete the remaining cir.vec.* lowerings in
this PR, but it seems there's quite a lot to do, so I'll split it into
multiple PRs.

---------

Co-authored-by: Kritoooo <shaofeng.xie@terapines.com>
lanza pushed a commit that referenced this pull request Nov 5, 2024
….vec.cmp to MLIR (#694)

This PR does Three things:
1. Fixes the BinOp lowering to MLIR issue where signed numbers were not
handled correctly, and adds support for vector types. The corresponding
test files have been modified.
2. Fixes the CmpOp lowering to MLIR issue where signed numbers were not
handled correctly And modified test files.
3. Adds cir.vec.cmp lowering to MLIR along with the corresponding test
files.

I originally planned to complete the remaining cir.vec.* lowerings in
this PR, but it seems there's quite a lot to do, so I'll split it into
multiple PRs.

---------

Co-authored-by: Kritoooo <shaofeng.xie@terapines.com>
lanza pushed a commit that referenced this pull request Mar 18, 2025
….vec.cmp to MLIR (#694)

This PR does Three things:
1. Fixes the BinOp lowering to MLIR issue where signed numbers were not
handled correctly, and adds support for vector types. The corresponding
test files have been modified.
2. Fixes the CmpOp lowering to MLIR issue where signed numbers were not
handled correctly And modified test files.
3. Adds cir.vec.cmp lowering to MLIR along with the corresponding test
files.

I originally planned to complete the remaining cir.vec.* lowerings in
this PR, but it seems there's quite a lot to do, so I'll split it into
multiple PRs.

---------

Co-authored-by: Kritoooo <shaofeng.xie@terapines.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants