[llvm] [RISCV] Match widening fp instructions with same fpext used in multiple operands (PR #125803)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 01:33:29 PST 2025
================
@@ -554,6 +554,11 @@ def riscv_fpextend_vl_oneuse : PatFrag<(ops node:$A, node:$B, node:$C),
return N->hasOneUse();
}]>;
+def riscv_fpextend_vl_oneuser : PatFrag<(ops node:$A, node:$B, node:$C),
----------------
lukel97 wrote:
Good point, renamed
https://github.com/llvm/llvm-project/pull/125803
More information about the llvm-commits
mailing list