[all-commits] [llvm/llvm-project] 912a51: [RISCV] Use TAIL_AGNOSTIC in riscv_fma_vl patterns.
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jun 16 09:09:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 912a5172f8d82963cdf4500d3218ac53a72e8696
https://github.com/llvm/llvm-project/commit/912a5172f8d82963cdf4500d3218ac53a72e8696
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfma-vp.ll
M llvm/test/CodeGen/RISCV/rvv/sink-splat-operands.ll
M llvm/test/CodeGen/RISCV/rvv/vfma-vp.ll
Log Message:
-----------
[RISCV] Use TAIL_AGNOSTIC in riscv_fma_vl patterns.
We may eventually need tail undisturbed patterns, but we will need
a policy operand on the ISD node to communicate it.
More information about the All-commits
mailing list