[all-commits] [llvm/llvm-project] cef177: [VP] llvm.vp.fma intrinsic and LangRef

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Feb 7 15:54:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cef177d186a4de200a8246d0382ae804b968d63b
      https://github.com/llvm/llvm-project/commit/cef177d186a4de200a8246d0382ae804b968d63b
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-02-07 (Mon, 07 Feb 2022)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP] llvm.vp.fma intrinsic and LangRef

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


  Commit: 2c26cfdef73be39959add636f3f90d836d66bdca
      https://github.com/llvm/llvm-project/commit/2c26cfdef73be39959add636f3f90d836d66bdca
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-02-07 (Mon, 07 Feb 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td

  Log Message:
  -----------
  [RISCV] Use splat_vector instead of SplatPat in widening FP instruction patterns. NFCI

We use splat_vector for FP nodes without VL, not SplatPat which handles
splat_vector and integer VMV_V_X_VL.

Reduces isel table size by a few hundred bytes.


Compare: https://github.com/llvm/llvm-project/compare/74e90900e37b...2c26cfdef73b


More information about the All-commits mailing list