[llvm-branch-commits] [llvm] CodeGen: Introduce MachineFunction::getPreferredAlignment(). (PR #158368)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 19 10:46:32 PST 2026
================
@@ -826,6 +826,8 @@ class LLVM_ABI MachineFunction {
Alignment = A;
}
+ Align getPreferredAlignment() const;
----------------
arsenm wrote:
Should get documentation
https://github.com/llvm/llvm-project/pull/158368
More information about the llvm-branch-commits
mailing list