Skip to content

Conversation

@Lancern
Copy link
Member

@Lancern Lancern commented Nov 6, 2024

This PR adds LLVMIR lowering support for cir.assume, cir.assume.aligned, and cir.assume.separate_storage.

This patch adds LLVMIR lowering support for `cir.assume`, `cir.assume.aligned`,
and `cir.assume.separate_storage`.
Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

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

Amazing, LGTM! You probably noticed this already, but just like you are working on tagging the loads to take advantage of constant behavior, the assume intrinsics can be yet another avenue for lowering higher level assumptions down to LLVM!

@bcardosolopes bcardosolopes merged commit 925cf47 into llvm:main Nov 6, 2024
7 checks passed
@Lancern Lancern deleted the assume-op-lowering branch November 7, 2024 01:48
lanza pushed a commit that referenced this pull request Mar 18, 2025
This PR adds LLVMIR lowering support for `cir.assume`,
`cir.assume.aligned`, and `cir.assume.separate_storage`.
terapines-osc-cir pushed a commit to Terapines/clangir that referenced this pull request Sep 2, 2025
This PR adds LLVMIR lowering support for `cir.assume`,
`cir.assume.aligned`, and `cir.assume.separate_storage`.
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