[all-commits] [llvm/llvm-project] 924714: [PowerPC][NFC] Add atomic alignments and ops tests...

bzEq via All-commits all-commits at lists.llvm.org
Thu Mar 17 22:22:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9247145fbae7c4273acd6b8f3b331716ca80bf18
      https://github.com/llvm/llvm-project/commit/9247145fbae7c4273acd6b8f3b331716ca80bf18
  Author: Kai Luo <lkail at cn.ibm.com>
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
    A clang/test/CodeGen/PowerPC/atomic-alignment.c
    M clang/test/Sema/atomic-ops.c

  Log Message:
  -----------
  [PowerPC][NFC] Add atomic alignments and ops tests for powerpc

PowerPC is lacking tests checking `_Atomic` alignment in cfe. Adding these tests since we're going to make change to align with gcc on Linux.

Reviewed By: hubert.reinterpretcast, jsji

Differential Revision: https://reviews.llvm.org/D121441




More information about the All-commits mailing list