[PATCH] D133392: [MTE] Add AArch64GlobalsTagging Pass

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 09:24:17 PDT 2022


tschuett added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64GlobalsTagging.cpp:93
+
+  uint64_t NewSize = alignTo(SizeInBytes, 16);
+  if (SizeInBytes != NewSize) {
----------------
If the `16` is the size of the granule, then it deserves to be named constant. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133392



More information about the llvm-commits mailing list