llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-hexagon

Author: None (dyung)

<details>
<summary>Changes</summary>

The main branch commit 57e88993fee30f4441e87df4df061393600b2ada was was 
cherry-picked to the release/20.x branch in 
ae97a56d363f95d382bac5eca5f9b5775b1919c2 and it did not include a follow-up fix 
that I made to the test which was failing when run in a configuration that did 
not include asserts. This cherry-pick should fix that as it did on main.

This test failure was seen on one of our internal bots that builds without 
asserts enabled.

---
Full diff: https://github.com/llvm/llvm-project/pull/139822.diff


1 Files Affected:

- (modified) llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll (+1) 


``````````diff
diff --git a/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll 
b/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
index c0904b8b4fdd6..2c26bb1e310ea 100644
--- a/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
+++ b/llvm/test/CodeGen/Hexagon/isel/pfalse-v4i1.ll
@@ -1,4 +1,5 @@
 ; RUN: llc -march=hexagon -debug-only=isel 2>&1 < %s - | FileCheck %s
+; REQUIRES: asserts
 
 ; CHECK: [[R0:%[0-9]+]]:intregs = A2_tfrsi 0
 ; CHECK-NEXT: predregs = C2_tfrrp killed [[R0]]:intregs

``````````

</details>


https://github.com/llvm/llvm-project/pull/139822
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to