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

[GlobalISel] Check for unsupported Windows features on invoke #65864

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

mstorsjo
Copy link
Member

@mstorsjo mstorsjo commented Sep 9, 2023

This matches what is done on calls, since
cc981d2 (extended for another case in 5a751e7).

Apply both those cases on invoke just like is done for call.

Also update the preexisting comment which was left without update in 5a751e7.

This fixes github issue #61941.

This matches what is done on calls, since
cc981d2 (extended for another
case in 5a751e7).

Apply both those cases on invoke just like is done for call.

Also update the preexisting comment which was left without
update in 5a751e7.

This fixes github issue llvm#61941.
@mstorsjo
Copy link
Member Author

Ping @efriedma-quic or others

Copy link
Collaborator

@efriedma-quic efriedma-quic left a comment

Choose a reason for hiding this comment

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

LGTM

@mstorsjo mstorsjo merged commit 7a91bbb into llvm:main Sep 15, 2023
5 checks passed
@mstorsjo mstorsjo deleted the aarch64-gisel-dllimport branch September 15, 2023 08:51
ZijunZhaoCCK pushed a commit to ZijunZhaoCCK/llvm-project that referenced this pull request Sep 19, 2023
…5864)

This matches what is done on calls, since
cc981d2 (extended for another case in
5a751e7).

Apply both those cases on invoke just like is done for call.

Also update the preexisting comment which was left without update in
5a751e7.

This fixes github issue llvm#61941.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants