[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:48:56 PST 2023


  Branch: refs/heads/users/vitalybuka/spr/testsanitizer-allow-fork_threaded-test-on-msan-tsan
  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: 22a1725ad0dc6308fc2459d6aaf5cf6da5df690a
      https://github.com/llvm/llvm-project/commit/22a1725ad0dc6308fc2459d6aaf5cf6da5df690a
  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:
  -----------
  [𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]


  Commit: bf74cd7cbf07d084110d7af1f1287d9f156e8c2d
      https://github.com/llvm/llvm-project/commit/bf74cd7cbf07d084110d7af1f1287d9f156e8c2d
  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/a9a1c6223bac...bf74cd7cbf07


More information about the All-commits mailing list