[all-commits] [llvm/llvm-project] 5349aa: [RISCV] Copy SDNodeFlags in doPeepholeMaskedRVV an...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Aug 18 20:47:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5349aa2354ef99be9059dd21d41057bb2723cd4a
https://github.com/llvm/llvm-project/commit/5349aa2354ef99be9059dd21d41057bb2723cd4a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-peephole-vmerge-vops.ll
M llvm/test/CodeGen/RISCV/rvv/rvv-peephole-vmerge-vops.ll
Log Message:
-----------
[RISCV] Copy SDNodeFlags in doPeepholeMaskedRVV and doPeepholeMergeVVMFold
Especially the NoFPExcept flag for FP.
Reviewed By: fakepaper56
Differential Revision: https://reviews.llvm.org/D132173
Commit: ba1f4cab44513d8407ee8b308e49a94172be26cd
https://github.com/llvm/llvm-project/commit/ba1f4cab44513d8407ee8b308e49a94172be26cd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fmf.ll
Log Message:
-----------
[RISCV] Copy SDNodeFlags in lowerToScalableOp.
Reviewed By: arcbbb
Differential Revision: https://reviews.llvm.org/D132177
Compare: https://github.com/llvm/llvm-project/compare/183c4a391ef3...ba1f4cab4451
More information about the All-commits
mailing list