[clang] Reset PostAllocaInsertPt when the AllocaInsertPt is changed in clang::CodeGenFunction (PR #98668)

2024-07-12 Thread Eric Wright via cfe-commits
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

[clang] [llvm] OpenMP offload 'simd' directive (PR #91261)

2024-05-10 Thread Eric Wright via cfe-commits
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

[clang] [llvm] OpenMP offload 'simd' directive (PR #91261)

2024-10-18 Thread Eric Wright via cfe-commits
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