llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-backend-hexagon Author: llvmbot <details> <summary>Changes</summary> Backport 0a7d5c755e6280ca94f09b3fe2301133c0a9f9a2 Requested by: @<!-- -->dyung --- Full diff: https://github.com/llvm/llvm-project/pull/212082.diff 1 Files Affected: - (modified) llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir (+1) ``````````diff diff --git a/llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir b/llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir index 6a5d6c9501353..194230596f3bf 100644 --- a/llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir +++ b/llvm/test/CodeGen/Hexagon/swp-epilog-phi12.mir @@ -1,4 +1,5 @@ # RUN: llc -march=hexagon -run-pass=pipeliner -debug-only=pipeliner %s -o - 2>&1 > /dev/null | FileCheck %s +# REQUIRES: asserts # Test that the phi in the epilog block generated for an existing phi # in the loop, obtains loop value from phi generated in the kernel block. `````````` </details> https://github.com/llvm/llvm-project/pull/212082 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
