[all-commits] [llvm/llvm-project] 4190d9: [X86] Add parentheses around casts in some of the ...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Aug 13 09:46:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4190d99dfcab45cd67c32030d363f391c35570f2
      https://github.com/llvm/llvm-project/commit/4190d99dfcab45cd67c32030d363f391c35570f2
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-08-13 (Fri, 13 Aug 2021)

  Changed paths:
    M clang/lib/Headers/__wmmintrin_aes.h
    M clang/lib/Headers/avx2intrin.h
    M clang/lib/Headers/avxintrin.h
    M clang/lib/Headers/emmintrin.h
    M clang/lib/Headers/smmintrin.h
    M clang/lib/Headers/tmmintrin.h
    M clang/lib/Headers/xmmintrin.h
    M clang/test/CodeGen/X86/sse41-builtins.c

  Log Message:
  -----------
  [X86] Add parentheses around casts in some of the X86 intrinsic headers.

This covers the SSE and AVX/AVX2 headers. AVX512 has a lot more macros
due to rounding mode.

Fixes part of PR51324.

Reviewed By: pengfei

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


  Commit: 606735c045b93cafe17bacbad10352b5a1c35cc0
      https://github.com/llvm/llvm-project/commit/606735c045b93cafe17bacbad10352b5a1c35cc0
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-08-13 (Fri, 13 Aug 2021)

  Changed paths:
    M clang/lib/Sema/ParsedAttr.cpp

  Log Message:
  -----------
  [Clang] Add an explicit makeArrayRef to appease gcc 5.4.


Compare: https://github.com/llvm/llvm-project/compare/17bc82dd3be9...606735c045b9


More information about the All-commits mailing list