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

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 23:16:51 PDT 2025


================
@@ -5188,6 +5188,80 @@ struct AADereferenceableCallSiteReturned final
 // ------------------------ Align Argument Attribute ------------------------
 
 namespace {
+
+static std::optional<Align> getKnownAlignForIntrinsic(Attributor &A,
----------------
Shoreshen wrote:

Hi @arsenm , for other intrinsic hasn't be handled inside the function, it will return nullopt for now.

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


More information about the llvm-commits mailing list