Skip to content
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

[VP][DAGCombiner] Use simplifySelect when combining vp.select. #66

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

AinsleySnow
Copy link

Follow up of #79101. Adding simplifySelect to visitVP_SELECT does not result in too much modifications.

simplifySelect does not fold vselect(1, T, F) to T. Although we can check if a cond is all ones to achieve this, as a92f5a0 suggests it might be more complex, so I think it is reasonable to place related modifications in a separate PR.

ChunyuLiao and others added 2 commits March 25, 2024 17:56
…c (#79101)

support vp.select
    
 TODO: Possibly other functions could be supported, eg: SimplifySelect()
@ChunyuLiao
Copy link
Collaborator

内部仓库可以合并,但是我还是觉得这种方式upstream是不接受的,但也可以去试试

@ChunyuLiao ChunyuLiao merged commit 3ff1963 into plctlab:auto-vector-upstream-next Apr 1, 2024
3 checks passed
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