[llvm] [ARM][Thumb2] Mark BTI-clearing instructions as scheduling region boundaries (PR #79173)

Victor Campos via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 03:06:06 PDT 2024


================
@@ -0,0 +1,166 @@
+# RUN: llc -o - -run-pass=machine-scheduler -misched=shuffle %s | FileCheck %s
+# RUN: llc -o - -run-pass=postmisched %s | FileCheck %s
----------------
vhscampos wrote:

Both run lines are matched against the same expected output lines, so no need to use `--check-prefix`.

https://github.com/llvm/llvm-project/pull/79173


More information about the llvm-commits mailing list