[all-commits] [llvm/llvm-project] 8cb9e3: [AArch64] Install arm_neon_sve_bridge.h

Peter Waller via All-commits all-commits at lists.llvm.org
Thu Nov 3 01:01:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cb9e3c3ce1e7e1658921f90420b68ca16bb98fc
      https://github.com/llvm/llvm-project/commit/8cb9e3c3ce1e7e1658921f90420b68ca16bb98fc
  Author: Peter Waller <peter.waller at arm.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M clang/lib/Headers/CMakeLists.txt

  Log Message:
  -----------
  [AArch64] Install arm_neon_sve_bridge.h

arm_neon_sve_bridge.h is not generated, so the rules which ensure the
generated files get copied into the installation prefix don't apply to
this one.

Add it to the aarch64_only_files set instead, which ensures it ends up
both in the build directory and the installation directory.

Tested with build targets `clang-resource-headers` and
`install-clang-resource-headers`.

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


  Commit: e1790c8c290d773cd5b1fc79f80b7a23dceb7589
      https://github.com/llvm/llvm-project/commit/e1790c8c290d773cd5b1fc79f80b7a23dceb7589
  Author: Peter Waller <peter.waller at arm.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
    M llvm/test/Transforms/InstCombine/shuffle-binop.ll
    A llvm/test/Transforms/VectorCombine/AArch64/insert-shuffle-binop.ll

  Log Message:
  -----------
  Revert "[InstCombine] Remove redundant splats in InstCombineVectorOps"

This reverts commit 957eed0b1af2cb88edafe1ff2643a38165c67a40.


Compare: https://github.com/llvm/llvm-project/compare/fdab9f1203ee...e1790c8c290d


More information about the All-commits mailing list