[all-commits] [llvm/llvm-project] 53fc48: AMDGPU/GlobalISel: Fix off by one in operand index

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jan 3 07:39:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 53fc4840673539a560c7bdc6315416b1e7adcf5a
      https://github.com/llvm/llvm-project/commit/53fc4840673539a560c7bdc6315416b1e7adcf5a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-01-03 (Fri, 03 Jan 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.store.format.f16.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.store.format.f32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.raw.buffer.store.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Fix off by one in operand index

This should be looking at the RHS of the add for a constant.




More information about the All-commits mailing list