[llvm] [Attributor] Propagate alignment through ptrmask (PR #150158)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 04:12:04 PDT 2025
================
@@ -5188,6 +5188,83 @@ struct AADereferenceableCallSiteReturned final
// ------------------------ Align Argument Attribute ------------------------
namespace {
+
+static std::optional<uint64_t>
----------------
arsenm wrote:
You should keep this operating with Align instead of optional<uint64_t>
https://github.com/llvm/llvm-project/pull/150158
More information about the llvm-commits
mailing list