[llvm] [Attributor] Propagate alignment through ptrmask (PR #150158)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 20 04:02:17 PDT 2025


================
@@ -5188,6 +5188,59 @@ struct AADereferenceableCallSiteReturned final
 // ------------------------ Align Argument Attribute ------------------------
 
 namespace {
+
+Align getKnownAlignForIntrinsic(Attributor &A, AAAlign &QueryingAA,
+                                const IntrinsicInst *II) {
----------------
arsenm wrote:

```suggestion
                                const IntrinsicInst &II) {
```

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


More information about the llvm-commits mailing list