Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
Nikita Popov 59f91ddf90 [InstCombine] Preserve alignment in atomicrmw -> store fold
Preserve the alignment of the original atomicrmw, rather than using
the ABI alignment.

The same problem exists for loads, but that code is being removed
in D141277 anyway.
2023-01-09 15:37:24 +01:00

5.4 KiB