[llvm] [SelectionDAG] This is a follow-up to #179249 after review. (PR #179953)

via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 5 06:46:17 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-x86

Author: None (keremsahn)

<details>
<summary>Changes</summary>

It adds -filetype=null to the llc commands in pr142937.ll.

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


1 Files Affected:

- (modified) llvm/test/CodeGen/X86/pr142937.ll (+2-2) 


``````````diff
diff --git a/llvm/test/CodeGen/X86/pr142937.ll b/llvm/test/CodeGen/X86/pr142937.ll
index 8001da4efcc6c..675bb9ea52189 100644
--- a/llvm/test/CodeGen/X86/pr142937.ll
+++ b/llvm/test/CodeGen/X86/pr142937.ll
@@ -1,6 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
-; RUN: not llc %s -mtriple=i686-- -O0 2>&1 | FileCheck %s
-; RUN: not llc %s -mtriple=x86_64-- -O0 2>&1 | FileCheck %s
+; RUN: not llc %s -mtriple=i686-- -O0 -filetype=null 2>&1 | FileCheck %s
+; RUN: not llc %s -mtriple=x86_64-- -O0 -filetype=null 2>&1 | FileCheck %s
 
 ; CHECK: must be lowered by the LowerTypeTests pass
 

``````````

</details>


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


More information about the llvm-commits mailing list