[PATCH] D113193: [TwoAddressInstructionPass] Create register mapping for registers with multiple uses in the current MBB
    Yifeng Dong via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb 15 00:24:07 PST 2022
    
    
  
dongAxis1944 added inline comments.
================
Comment at: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:389
+    if (isPlainlyKilled(MI, Reg, LIS))
+      UseOp = &MO;
+  }
----------------
hi, I have a question, why does the code not break here directly?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113193/new/
https://reviews.llvm.org/D113193
    
    
More information about the llvm-commits
mailing list