[all-commits] [llvm/llvm-project] a57ca1: Pre commit test: Add <6 x 32-bit> test cases for i...

Juan Manuel Martinez Caamaño via All-commits all-commits at lists.llvm.org
Wed Dec 3 02:54:46 PST 2025


  Branch: refs/heads/users/jmmartinez/fix/extract_insert_vector_dynelt_with_O0
  Home:   https://github.com/llvm/llvm-project
  Commit: a57ca1f52a77e7d3bff59ffaeee93d175cbb9d55
      https://github.com/llvm/llvm-project/commit/a57ca1f52a77e7d3bff59ffaeee93d175cbb9d55
  Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll

  Log Message:
  -----------
  Pre commit test: Add <6 x 32-bit> test cases for insert/extract element with a dynamic index


  Commit: 29fa3ca41625bf0fd11765a11e0d3c54033a8125
      https://github.com/llvm/llvm-project/commit/29fa3ca41625bf0fd11765a11e0d3c54033a8125
  Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll

  Log Message:
  -----------
  Add llc -O0 line that triggers instruction selection failure


  Commit: 0481f7a5908234815c7599b714f214278b8ab69e
      https://github.com/llvm/llvm-project/commit/0481f7a5908234815c7599b714f214278b8ab69e
  Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
  Date:   2025-12-03 (Wed, 03 Dec 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll

  Log Message:
  -----------
  [AMDGPU][SDAG] Add missing cases for SI_INDIRECT_SRC/DST

Before, instruction selection would fail to select extract/insert
elements for i32/float vectors of sizes 3, 5, 6 and 7 when -O0 was used.

This patch adds the missing SI_INDIRECT_SRC/DST cases for those sizes.


Compare: https://github.com/llvm/llvm-project/compare/93d6942afefb...0481f7a59082

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list