LLVM lowering for cmpxchg
might use different alignment from OG
#1275
Labels
good first issue
Good for newcomers
IR difference
A difference in ClangIR-generated LLVM IR that could complicate reusing original CodeGen tests
cmpxchg
OG codegen gets 8 bytes versus 4 bytes through CIR, see https://godbolt.org/z/TbM8ToPWcvs
The text was updated successfully, but these errors were encountered: