[llvm] [DAG] Apply Disjoint flag. (PR #118045)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 00:40:54 PST 2024
================
@@ -0,0 +1,15 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=aarch64-none-eabi -verify-machineinstrs %s -start-before=aarch64-isel -o - | FileCheck %s
----------------
nikic wrote:
Why does this need `-start-before=aarch64-isel`? (Or `-verify-machineinstrs` for that matter)
https://github.com/llvm/llvm-project/pull/118045
More information about the llvm-commits
mailing list