[llvm] [Support] Assert that DomTree nodes share parent (PR #101198)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 11:52:41 PDT 2024


================
@@ -0,0 +1,25 @@
+; RUN: opt -passes=alignment-from-assumptions -disable-output < %s
+
+; REQUIRES: asserts
----------------
nikic wrote:

Drop this and add (generated) check lines, even if you're only testing for "does not crash".

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


More information about the llvm-commits mailing list