Files
llvm-project/clang/lib/CodeGen/CGAtomic.cpp
Joseph Huber d61b45cd40 [Clang] Generate ptr and float atomics without integer casts (#183853)
Summary:
LLVM IR should support these for all cases except for compare-exchange.
Currently the code goes through an integer indirection for these cases.
This PR changes the behavior to use atomics directly to the target
memory type.
2026-03-03 09:57:26 -06:00

91 KiB