[llvm] [SelectionDAG] Mark LowerTypeTests as required and remove intrinsic handling from #142939 (PR #179249)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 5 06:15:16 PST 2026
================
@@ -1,19 +1,10 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
-; RUN: llc < %s -mtriple=i686-- -O0 | FileCheck %s --check-prefix=X86
-; RUN: llc < %s -mtriple=x86_64-- -O0 | FileCheck %s --check-prefix=X64
+; RUN: not llc %s -mtriple=i686-- -O0 2>&1 | FileCheck %s
----------------
keremsahn wrote:
Should i open a follow-up PR to fix this? I can not commit to main branch since it is already merged. Thanks
https://github.com/llvm/llvm-project/pull/179249
More information about the llvm-commits
mailing list