[all-commits] [llvm/llvm-project] 5570d3: [RISCV] Don't promote i32 and/or/xor with -riscv-e...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Nov 1 11:38:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5570d3250fc3212ad63e9514d1ebac76e75f7ba5
      https://github.com/llvm/llvm-project/commit/5570d3250fc3212ad63e9514d1ebac76e75f7ba5
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVGISel.td
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
    M llvm/test/CodeGen/RISCV/rv64-legal-i32/div.ll
    M llvm/test/CodeGen/RISCV/rv64-legal-i32/rem.ll
    M llvm/test/CodeGen/RISCV/rv64-legal-i32/rv64xtheadbb.ll
    M llvm/test/CodeGen/RISCV/rv64-legal-i32/rv64zbb-zbkb.ll
    M llvm/test/CodeGen/RISCV/rv64-legal-i32/rv64zbb.ll
    M llvm/test/CodeGen/RISCV/rv64-legal-i32/rv64zbs.ll
    M llvm/test/CodeGen/RISCV/rv64-legal-i32/xaluo.ll

  Log Message:
  -----------
  [RISCV] Don't promote i32 and/or/xor with -riscv-experimental-rv64-legal-i32.

Some test improvements, but also some regressions that need to be
fixed.




More information about the All-commits mailing list