[all-commits] [llvm/llvm-project] 317532: [AMDGPU][NFC] Make lowerINSERT_VECTOR_ELT() more r...

Mahesha S via All-commits all-commits at lists.llvm.org
Mon May 2 19:31:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3175323ce109fde642d1a8004d711c1318043173
      https://github.com/llvm/llvm-project/commit/3175323ce109fde642d1a8004d711c1318043173
  Author: hsmahesha <mahesha.comp at gmail.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp

  Log Message:
  -----------
  [AMDGPU][NFC] Make lowerINSERT_VECTOR_ELT() more readable

by moving around the code and by adding more comments, which would
later help during any required clean-up.

Differential Revision: https://reviews.llvm.org/D124733


  Commit: 589b9df4e15131348b8d94406e0667d6e1b7518b
      https://github.com/llvm/llvm-project/commit/589b9df4e15131348b8d94406e0667d6e1b7518b
  Author: hsmahesha <mahesha.comp at gmail.com>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.h
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
    A llvm/test/CodeGen/AMDGPU/scalar_to_vector.v8i16.ll

  Log Message:
  -----------
  [AMDGPU] Fix scalar_to_vector for v8i16/v8f16

so that the stack access is avoided.

Reviewed By: rampitec

Differential Revision: https://reviews.llvm.org/D124734


Compare: https://github.com/llvm/llvm-project/compare/5807e59a0ab4...589b9df4e151


More information about the All-commits mailing list