https://github.com/efwright created
https://github.com/llvm/llvm-project/pull/98668
Clang's CodeGenFunction tracks two insert points for "allocas". One where the
alloca instructions are placed, and another (immediately following the allocas)
where any address space casts are placed. For code o
efwright wrote:
@jhuber6 @shiltian
@jdoerfert mentioned you may be interested in taking a look at this.
https://github.com/llvm/llvm-project/pull/91261
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/efwright updated
https://github.com/llvm/llvm-project/pull/91261
>From 4b76d56f38baf86f6b65ef7e610ad266ba3d69b1 Mon Sep 17 00:00:00 2001
From: Eric Francis Wright
Date: Mon, 6 May 2024 12:20:44 -0700
Subject: [PATCH 1/4] OpenMP offload 'simd' directive
---
clang/lib/CodeGen