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

[TableGen] Fix wrong codegen of BothFusionPredicateWithMCInstPredicate #83990

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

wangpc-pp
Copy link
Contributor

We should generate the MCInstPredicate twice, one with FirstMI
and another with SecondMI.

We should generate the `MCInstPredicate` twice, one with `FirstMI`
and another with `SecondMI`.
@wangpc-pp wangpc-pp merged commit de1f338 into llvm:main Mar 5, 2024
4 of 5 checks passed
@wangpc-pp wangpc-pp deleted the main-macro-fusion-both-target branch March 5, 2024 11:56
llvmbot pushed a commit to llvmbot/llvm-project that referenced this pull request Mar 5, 2024
llvm#83990)

We should generate the `MCInstPredicate` twice, one with `FirstMI`
and another with `SecondMI`.

(cherry picked from commit de1f338)
llvmbot pushed a commit to llvmbot/llvm-project that referenced this pull request Mar 11, 2024
llvm#83990)

We should generate the `MCInstPredicate` twice, one with `FirstMI`
and another with `SecondMI`.

(cherry picked from commit de1f338)
@pointhex pointhex mentioned this pull request May 7, 2024
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