[PATCH] D101045: [IR][Verifier] Allow alloca outside alloca address space

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 18:01:27 PDT 2021


arsenm added a comment.

I did envision this being useful, however there are a few points of concern:

1. This does remove the safety check for the common case of creating an alloca without checking the datalayout's default alloca address space
2. How is this going to be represented in codegen? In SelectionDAG the pointer type is immediately discarded and frame indexes don't have a tracked address space


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101045



More information about the llvm-commits mailing list