[llvm] AtomicExpand: Fix creating invalid ptrmask for fat pointers (PR #94955)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 03:48:27 PDT 2024
tschuett wrote:
For fat pointers, the type is more complicated. You have to consider the address part and the other components.
https://github.com/llvm/llvm-project/pull/94955
More information about the llvm-commits
mailing list