[llvm] [MIR] Allow overriding isSSA, noPhis, noVRegs in MIR input (PR #108546)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 05:04:43 PDT 2024
================
@@ -0,0 +1,38 @@
+# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
+
+# Test that computed properties are not conflicting with explicitly set
+# properties
+
+---
+# CHECK-LABEL: TestNoPhisOverrideConflict
+# CHECK-SAME: has explicit property NoPhi, but contains at least one PHI
----------------
arsenm wrote:
include whole error message that includes the function name (and line/column numbers if they are there)
https://github.com/llvm/llvm-project/pull/108546
More information about the llvm-commits
mailing list