[llvm] [RISCV] Add combine for shadd family of instructions. (PR #130829)
Stefan Pintilie via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 14 11:07:08 PDT 2025
================
@@ -50,6 +51,7 @@
#include <optional>
using namespace llvm;
+using namespace llvm::PatternMatch;
----------------
stefanp-synopsys wrote:
Oh wow! I may have just create this problem for myself. Let me remove that line.
Thank you!
https://github.com/llvm/llvm-project/pull/130829
More information about the llvm-commits
mailing list