[llvm] [TRE] Add tests for intrinsic accumulators (PR #74226)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 3 01:16:18 PST 2023


================
@@ -0,0 +1,157 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt < %s -passes=tailcallelim -verify-dom-info -S | FileCheck %s
+
+%struct.ListNode = type { i32, ptr }
+
+define noundef i32 @umin(ptr noundef readonly %a) {
----------------
nikic wrote:

Drop noundef if not relevant.

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


More information about the llvm-commits mailing list