[all-commits] [llvm/llvm-project] 726446: AMDGPU: Fix splitting wide f32 s.buffer.load intri...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Feb 3 12:28:22 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 726446a00964f0be5521a5ad2b21752b8571cb9a
      https://github.com/llvm/llvm-project/commit/726446a00964f0be5521a5ad2b21752b8571cb9a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/smrd.ll

  Log Message:
  -----------
  AMDGPU: Fix splitting wide f32 s.buffer.load intrinsics

This would witch f32 to i32, and produce an invald concat_vectors from
i32 pieces to an f32 vector.


  Commit: 2758ae41aece0c9d1df759fade3f3abf40baf515
      https://github.com/llvm/llvm-project/commit/2758ae41aece0c9d1df759fade3f3abf40baf515
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-load-global.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-flat.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-store-global.mir

  Log Message:
  -----------
  AMDGPU/GlobalISel: Allow selecting s128 load/stores


Compare: https://github.com/llvm/llvm-project/compare/80e63c17c0a4...2758ae41aece


More information about the All-commits mailing list