[llvm] [RISCV] Add support for handling one tied operand in the source instruction for compress patterns (PR #143660)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 00:21:51 PDT 2025


================
@@ -123,7 +124,7 @@ class CompressInstEmitter {
   const RecordKeeper &Records;
   const CodeGenTarget Target;
   std::vector<CompressPat> CompressPatterns;
-
+  unsigned SourceLastTiedOp; // postion of the last tied operand in Source Inst
----------------
hchandel wrote:

Thanks. Done

https://github.com/llvm/llvm-project/pull/143660


More information about the llvm-commits mailing list