[llvm] [RISCV] Add combine for shadd family of instructions. (PR #130829)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 14 10:07:17 PDT 2025
================
@@ -50,6 +51,7 @@
#include <optional>
using namespace llvm;
+using namespace llvm::PatternMatch;
----------------
topperc wrote:
Why did you add this?
https://github.com/llvm/llvm-project/pull/130829
More information about the llvm-commits
mailing list