diff options
| author | Morris Hafner <mmha@users.noreply.github.com> | 2025-10-16 17:38:24 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-16 17:38:24 +0700 |
| commit | 0f35df35d193781feb2d39e65e1cebd7fa44d7c9 (patch) | |
| tree | 22740f5ad399f7284e7136b7fc8b83a8a8204f02 /llvm/unittests/Bitcode | |
| parent | 33503d016e6219e9afc9092e85ff7ffb3b1414aa (diff) | |
| download | llvm-0f35df35d193781feb2d39e65e1cebd7fa44d7c9.zip llvm-0f35df35d193781feb2d39e65e1cebd7fa44d7c9.tar.gz llvm-0f35df35d193781feb2d39e65e1cebd7fa44d7c9.tar.bz2 | |
[MLIR][LLVM] Add inline_hint as a first class function attribute (#163324)
We have `noinline` and `alwaysinline` present as first class function
attributes. Add `inline_hint` to the list of function attributes as
well.
Update the module import and translation to support the new attribute.
The verifier does not need to be changed as `inlinehint` does not
conflict with `noinline` or `alwaysinline`.
`inline_hint` is needed to support the `inline` C/C++ keyword in CIR.
Diffstat (limited to 'llvm/unittests/Bitcode')
0 files changed, 0 insertions, 0 deletions
