[clang] [CIR] floating-point, pointer, and function types (PR #120484)
Ronan Keryell via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 19 09:38:33 PST 2024
keryell wrote:
@dkolsen-pgi Great PR!
Since it touches functions returning `!void` or `!cir.void`, I made some changes recently with https://github.com/llvm/clangir/commit/568b51537e573c7a8fb616cda5cdd0aa54bc0832 to avoid disrupting some MLIR invariants.
Are you up-streaming the changes in commit order or are you up-streaming the changes with the latest version of a feature?
@joker-eph How to up-stream some changes which are cross-project like https://github.com/llvm/clangir/pull/1203 which introduces a new MLIR parser/pretty-printer feature like:
https://github.com/llvm/clangir/pull/1203/files#diff-cfea91beb87a3b28295e5612974f0556b4daf9a42c1adeb65e56f0dec062feaa
https://github.com/llvm/clangir/pull/1203/files#diff-6c1c134d749d53cf770548806b955401e47b1f15ffe084905a0b132d73b0b1fe
https://github.com/llvm/clangir/pull/1203/files#diff-dabff257abfd11fded480c2dfc0c2afdf640769384af9e37820e11003a75edb1
to allow some keywords starting with `!`?
https://github.com/llvm/llvm-project/pull/120484
More information about the cfe-commits
mailing list