[all-commits] [llvm/llvm-project] 0523bf: [RISCV] Reduce the size of the index used for RVV ...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Dec 12 19:47:55 PST 2023


  Branch: refs/heads/users/vitalybuka/spr/sanitizer-pre-commit-disabled-test-for-fork
  Home:   https://github.com/llvm/llvm-project
  Commit: 0523bf1eca4475edafc8aab830c2ce48b01900c3
      https://github.com/llvm/llvm-project/commit/0523bf1eca4475edafc8aab830c2ce48b01900c3
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

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

  Log Message:
  -----------
  [RISCV] Reduce the size of the index used for RVV intrinsics. NFC (#74906)

Rather than using size_t, use uint32_t. We don't have more than 4
billion intrinsics.


  Commit: 53ecd3a2a5eb87975c85bfb5ccd3720b45b87a21
      https://github.com/llvm/llvm-project/commit/53ecd3a2a5eb87975c85bfb5ccd3720b45b87a21
  Author: Nico Weber <thakis at chromium.org>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
    M llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn

  Log Message:
  -----------
  [gn] port 27259f17e9d2


  Commit: 4c8b04eb89521c1467a94ae9d1a5c750ddb97f36
      https://github.com/llvm/llvm-project/commit/4c8b04eb89521c1467a94ae9d1a5c750ddb97f36
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
    M clang/lib/Sema/SemaRISCVVectorLookup.cpp
    M llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn

  Log Message:
  -----------
  split sanitizer_specific

Created using spr 1.3.4


Compare: https://github.com/llvm/llvm-project/compare/4972a026656d...4c8b04eb8952


More information about the All-commits mailing list