[PATCH] D78459: [AVR] Don't adjust for instruction size

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 14 11:12:54 PDT 2020


efriedma added a comment.

On ARM and AArch64, we have a special intrinsic/pseudo-instruction that intentionally eats as many bytes as you want. See llvm.arm.space/llvm.aarch64.space.  This allows constructing a "large" testcase that isn't many lines.  Useful for testing stuff like branch relaxation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78459





More information about the llvm-commits mailing list