Skip to content

llvmGen: Fix relaxed ordering

Ben Gamari requested to merge wip/T22640 into master

Previously we used LLVM's unordered ordering to lower the C11 relaxed ordering. However, this is wrong and should rather use the LLVM monotonic ordering.

Fixes #22640 (closed)

Edited by Ben Gamari

Merge request reports