[llvm] [DAGCombiner] Handle type-promoted constants in UDIV lowering (PR #169491)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 25 05:54:14 PST 2025


================
@@ -0,0 +1,41 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: llc -mtriple=aarch64-none-linux-gnu < %s | FileCheck %s
```

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


More information about the llvm-commits mailing list