[PATCH] D142458: [SPARC] Implement hooks for conditional branch relaxation

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 19:27:55 PST 2023


jrtc27 added inline comments.


================
Comment at: llvm/lib/Target/Sparc/SparcInstrInfo.cpp:321
+    if (BytesAdded)
+      *BytesAdded = 8;
     return 1;
----------------
These are all double what I'd expect?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142458/new/

https://reviews.llvm.org/D142458



More information about the llvm-commits mailing list