[llvm] [SelectionDAG][X86] Handle `llvm.type.test` in DAGBuilder (PR #142939)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 03:46:00 PDT 2025


================
@@ -0,0 +1,62 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=i686-- -opt-bisect-limit=0   | FileCheck %s --check-prefix=X86
+; RUN: llc < %s -mtriple=x86_64-- -opt-bisect-limit=0 | FileCheck %s --check-prefix=X64
----------------
arsenm wrote:

Do not use -opt-bisect-limit in tests 

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


More information about the llvm-commits mailing list