[clang] [llvm] CodeGen: Replace TargetOptions::ThreadModel with module flag (PR #223157)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 13 12:37:49 PDT 2026


arsenm wrote:

> If `AtomicExpand` now handles lowering atomics to non-atomic equivalents, can we drop the `LowerAtomic` pass? Maybe a follow-up?

Maybe? Maybe it's useful as a standalone utility?

https://github.com/llvm/llvm-project/pull/223157


More information about the cfe-commits mailing list