https://github.com/jyknight closed
https://github.com/llvm/llvm-project/pull/72718
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jyknight approved this pull request.
https://github.com/llvm/llvm-project/pull/72718
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-clang
Author: None (Logikable)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/72718.diff
1 Files Affected:
- (modified) clang/lib/CodeGen/CGAtomic.cpp (+83-83)
``diff
diff --git a/clang
https://github.com/Logikable created
https://github.com/llvm/llvm-project/pull/72718
None
>From 37a08f6b2f0d2bd4e20f14798738a0cbc69bc59e Mon Sep 17 00:00:00 2001
From: Sean Luchen
Date: Fri, 17 Nov 2023 23:07:28 +
Subject: [PATCH] [clang][NFC] Reorder Atomic builtins to be consistent.
---