[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 03:20:43 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:
Arghhhh github is stuck processing my push again, that's the third time its happened this week. I'll push an empty commit and see if that fixes it
https://github.com/llvm/llvm-project/pull/125803
More information about the llvm-commits
mailing list