[llvm] [SelectionDAG] Mark LowerTypeTests as required and remove intrinsic handling from #142939 (PR #179249)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 3 03:49:33 PST 2026


================
@@ -56,9 +28,6 @@ bb2:
 }
 
 declare i1 @llvm.public.type.test(ptr, metadata)
-
 declare void @llvm.assume(i1 noundef)
-
 declare i1 @llvm.type.test(ptr, metadata)
-
-declare void @llvm.ubsantrap(i8 immarg)
+declare void @llvm.ubsantrap(i8 immarg)
----------------
RKSimon wrote:

yes - there should be a newline at the end of the file

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


More information about the llvm-commits mailing list