mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
The repeated instructions make the file long and difficult to read. Simplify them with .irp directives. Skip PowerPC since AIX assembler doesn't support .irp Reviewed By: #libunwind, compnerd Differential Revision: https://reviews.llvm.org/D139368