[llvm-branch-commits] [llvm] CodeGen: Introduce MachineFunction::getPreferredAlignment(). (PR #158368)
Peter Collingbourne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 20 11:03:54 PST 2026
================
@@ -826,6 +826,8 @@ class LLVM_ABI MachineFunction {
Alignment = A;
}
+ Align getPreferredAlignment() const;
----------------
pcc wrote:
Done
https://github.com/llvm/llvm-project/pull/158368
More information about the llvm-branch-commits
mailing list