[PATCH] D142458: [SPARC] Implement hooks for conditional branch relaxation
    Koakuma via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb  2 19:43:09 PST 2023
    
    
  
koakuma added inline comments.
================
Comment at: llvm/lib/Target/Sparc/SparcInstrInfo.cpp:321
+    if (BytesAdded)
+      *BytesAdded = 8;
     return 1;
----------------
jrtc27 wrote:
> These are all double what I'd expect?
Yes, I'm also including the delay slots here, like in getInstSizeInBytes.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142458/new/
https://reviews.llvm.org/D142458
    
    
More information about the llvm-commits
mailing list