[PATCH] D135462: [SelectionDAG] Do not second-guess alignment for alloca

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 11:15:37 PST 2022


asavonic added a comment.

In D135462#3998037 <https://reviews.llvm.org/D135462#3998037>, @ronlieb wrote:

> hello , this commit is breaking our buildbot : could you address please ? https://lab.llvm.org/buildbot/#/builders/193

It sounds like the frontend does not set the right alignment in IR:

> Libomptarget message: explicit extension not allowed: host address specified is 0x00007fff01df78a0 (12 bytes), but device allocation maps to host at 0x00007fff01df78a4 (8 bytes)

@ronlieb, do you know who can help with this on OpenMP side?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135462



More information about the llvm-commits mailing list