[PATCH] D122130: Verify parameter alignment attribute

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 22:46:52 PDT 2022


pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/IR/Verifier.cpp:1821
+        // would plus the shift value by 1, the alignment size should
+        // not exceed 2^14, otherwise it can NOT be properly lowered
+        Align MaxAlign(1 << 15);
----------------
Missing the period `.`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122130/new/

https://reviews.llvm.org/D122130



More information about the llvm-commits mailing list