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

LLVM Submodule update #495

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

LLVM Submodule update #495

wants to merge 2 commits into from

Conversation

frej
Copy link
Contributor

@frej frej commented Oct 4, 2023

Changes needed:

  • FunctionInterfaces.h has moved to the mlir/Interfaces/ directory.

  • FunctionOpInterface is now a subclass to CallableOpInterface, so getCallableRegion() has to be implemented for RustFuncOp and RustExtFuncOp.

  • The binop folder now supports poison, so we explicitly have to disable the poison support for our integer operations.

Copy link
Member

@segeljakt segeljakt left a comment

Choose a reason for hiding this comment

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

LGTM. I forgot that the runner died because of a power outage so I will restart it

Changes needed:

 * FunctionInterfaces.h has moved to the mlir/Interfaces/ directory.

 * FunctionOpInterface is now a subclass to CallableOpInterface, so
   getCallableRegion() has to be implemented for RustFuncOp and
   RustExtFuncOp.

 * The binop folder now supports poison, so we explicitly have to
   disable the poison support for our integer operations.

 * FlatSymbolRefAttr are now printed as template <...> arguments, so
   the test for rust.spawn has to be updated.
In rustc 1.72 identifier attributes inside macros are now methods and
not plain values.
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