diff options
author | NimishMishra <42909663+NimishMishra@users.noreply.github.com> | 2025-04-09 15:31:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-09 03:01:44 -0700 |
commit | 53fa92dcad49466412a139eef223710bf5891213 (patch) | |
tree | 38bf917921bbdac8f876c24aff0bfaaad29ad084 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 712c21336fa891f5b32254dd51b024178d61befb (diff) | |
download | llvm-53fa92dcad49466412a139eef223710bf5891213.zip llvm-53fa92dcad49466412a139eef223710bf5891213.tar.gz llvm-53fa92dcad49466412a139eef223710bf5891213.tar.bz2 |
[mlir][llvm][OpenMP] Hoist __atomic_load alloca (#132888)
Current implementation of `__atomic_compare_exchange` uses an alloca for
`__atomic_load`, leading to issues like
https://github.com/llvm/llvm-project/issues/120724. This PR hoists this
alloca to `AllocaIP`.
Fixes: https://github.com/llvm/llvm-project/issues/120724
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions