[all-commits] [llvm/llvm-project] cca6bc: [AMDGPU] Use RegClass helper functions in getRegFo...

jayfoad via All-commits all-commits at lists.llvm.org
Thu Apr 23 04:27:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cca6bc42d94ee0c4aa208a86cadfb321a14a83d9
      https://github.com/llvm/llvm-project/commit/cca6bc42d94ee0c4aa208a86cadfb321a14a83d9
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

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

  Log Message:
  -----------
  [AMDGPU] Use RegClass helper functions in getRegForInlineAsmConstraint.

This avoids more long lists of register classes that have to be updated
every time we add a new one. NFC.

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




More information about the All-commits mailing list