Skip to content

Conversation

AmrDeveloper
Copy link
Member

Lowering clang::AArch64::BI__builtin_arm_ldaex

@bcardosolopes
Copy link
Member

We just went over a rebase against upstream, apologies for the churn but please update your branch for this PR and force-push!

}
StringRef intrinsicName = builtinID == clang::AArch64::BI__builtin_arm_ldrex
? "aarch64.ldxr"
: "aarch64.ldaex";
Copy link
Contributor

Choose a reason for hiding this comment

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

Intrinsic func name might be different. I don't think there is a llvm.aarch64.ldaex
I know it's confusing :-( , but please
See

// CHECK-ARM64: [[INTRES:%.*]] = call i64 @llvm.aarch64.ldaxr.p0(ptr elementtype(i8) %addr)

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmmm interesting, i didn't realize that from quick look :D

I will update it, thank you

@bcardosolopes bcardosolopes merged commit 713ba6a into llvm:main Jan 31, 2025
6 checks passed
lanza pushed a commit that referenced this pull request Mar 18, 2025
…m_ldaex (#1293)

Lowering clang::AArch64::BI__builtin_arm_ldaex
terapines-osc-cir pushed a commit to Terapines/clangir that referenced this pull request Sep 2, 2025
…m_ldaex (llvm#1293)

Lowering clang::AArch64::BI__builtin_arm_ldaex
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.

3 participants