[llvm] [LoopVersioning] Add a check to see if the input loop is in LCSSA form (PR #116443)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 10:22:21 PST 2024


================
@@ -0,0 +1,57 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes=loop-versioning -aa-pipeline='' -S < %s | FileCheck %s
+target triple = "x86_64-unknown-linux-gnu"
----------------
fhahn wrote:

Does this depend on the X86 triple? if so, it needs to be marked as requiring the X86 backend, otherwise the test will fail when the backend is not built

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


More information about the llvm-commits mailing list