[all-commits] [llvm/llvm-project] 6cb42c: [RISCV] More correctly ignore Zfinx register class...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Mar 2 11:23:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cb42cd6669785f3b611106e1b6b38bbe65733a9
      https://github.com/llvm/llvm-project/commit/6cb42cd6669785f3b611106e1b6b38bbe65733a9
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/inline-asm-d-constraint-f.ll
    M llvm/test/CodeGen/RISCV/inline-asm-f-constraint-f.ll
    M llvm/test/CodeGen/RISCV/inline-asm-zfh-constraint-f.ll
    R llvm/test/CodeGen/RISCV/zfinx-types.ll

  Log Message:
  -----------
  [RISCV] More correctly ignore Zfinx register classes in getRegForInlineAsmConstraint.

Until Zfinx is supported in CodeGen we need to convert all Zfinx
register classes to GPR.

Remove the zfinx-types.ll test which didn't test anything meaningful
since -mattr=zfinx isn't implemented completely in llc.

Follow up to D93298.




More information about the All-commits mailing list