[all-commits] [llvm/llvm-project] 27ec37: [AMDGPU] Do not select llvm.amdgcn.inverse.ballot ...

wanglei via All-commits all-commits at lists.llvm.org
Thu Jul 18 20:31:00 PDT 2024


  Branch: refs/heads/users/wangleiat/spr/loongarch-support-parsing-the-le_hi20addlo12_r-modifiers
  Home:   https://github.com/llvm/llvm-project
  Commit: 27ec379f636ceac655faa290e78735ea98e02cbf
      https://github.com/llvm/llvm-project/commit/27ec379f636ceac655faa290e78735ea98e02cbf
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2024-07-18 (Thu, 18 Jul 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.inverse.ballot.i32.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.inverse.ballot.i64.ll

  Log Message:
  -----------
  [AMDGPU] Do not select llvm.amdgcn.inverse.ballot with wrong wave size (#99470)

This produces a "cannot select" error, instead of failing later with an
illegal vgpr to sgpr copy.


  Commit: a683ddd1f04a903fbfe7fb3d7fc7ad1093e5047e
      https://github.com/llvm/llvm-project/commit/a683ddd1f04a903fbfe7fb3d7fc7ad1093e5047e
  Author: wanglei <wanglei at loongson.cn>
  Date:   2024-07-19 (Fri, 19 Jul 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIInstructions.td
    M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.inverse.ballot.i32.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.inverse.ballot.i64.ll

  Log Message:
  -----------
  address @SixWeining's commont

Created using spr 1.3.5-bogner


Compare: https://github.com/llvm/llvm-project/compare/0035ba76749f...a683ddd1f04a

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