skan added a comment.

In D70157#1791347 <https://reviews.llvm.org/D70157#1791347>, @reames wrote:

> The general question is why a *range* of fragments can't be defined.  
> Computing the instruction size for the entire range then just requires 
> walking from first to last fragment in the range summing the size of each.  
> If both instructions are within the same data fragment, then no relaxation is 
> needed, and the size of both is simply the size of the data fragment.
>
> Unless I'm missing something here?


Thank you for your detailed explanation, the solution has been consistent with 
your suggestion now.


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

https://reviews.llvm.org/D70157



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to