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

Momchil Velikov via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 03:29:31 PDT 2024


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

Each individual test case is expected to test for specific properties of the compiler output. A test case is not a detector for irrelevant changes. The minimum required amount of check lines means the test won't need to be updated for unrelated changes and in the same time makes is more clear what the test, well, tests.

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


More information about the llvm-commits mailing list