[llvm] [DAG] Fold trunc(avg(x, y)) for avgceil/floor u/s nodes if they have sufficient leading zero/sign bits (PR #152273)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 6 06:54:59 PDT 2025


================
@@ -0,0 +1,43 @@
+; RUN: llc -mtriple=aarch64-- -O2 -mattr=+neon < %s | FileCheck %s
----------------
RKSimon wrote:

Use update_llc_test_checks.py script to generate the full checks

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


More information about the llvm-commits mailing list