[PATCH] D72572: [PowerPC][Future] Branch Distance Estimation For Prefixed Instructions

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 18:50:50 PST 2020


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCBranchSelector.cpp:151
+        // This means that an 8 byte instruction may require 12 bytes
+        // (8 for the instruction iteself and 4 for the alignment nop).
+        // This will happen if an 8 byte instruction can be aligned to 64 bytes
----------------
s/iteself/itself


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

https://reviews.llvm.org/D72572





More information about the llvm-commits mailing list