[PATCH] D153829: [AArch64] Move branch relaxation after bbsection assignment

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 13:42:26 PDT 2023


nickdesaulniers added a comment.

Please run `git clang-format HEAD~` to format the code.



================
Comment at: llvm/test/CodeGen/AArch64/jti-correct-datatype.mir:1
-# RUN: llc -mtriple=aarch64-linux-gnu -start-after=branch-relaxation --filetype=obj -o %t.o %s
+# RUN: llc -mtriple=aarch64-linux-gnu -start-before=aarch64-jump-tables --filetype=obj -o %t.o %s
 
----------------
is this the next pass that would have run after branch-relaxation before this change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153829



More information about the llvm-commits mailing list