[PATCH] D144302: [PGO] Setting ValueProfNode Array's Alignment

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 11:26:30 PST 2023


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/Instrumentation/InstrProfiling/align32.ll:5
+target datalayout = "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128"
+target triple = "i386-unknown-linux-gnu_ilp32"
+
----------------
IIUI gnu_ilp32 is only for normally-64-bit architectures.

Use `i386-unknown-linux-gnu`. If the other test supports `-mtriple=i386-unknown-linux-gnu`, don't add this new test file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144302



More information about the llvm-commits mailing list