lime updated this revision to Diff 465652.
lime added a comment.
Thanks for the advice. I used `AdjustConstraintDepth` before `subsume`. The
adjusted constraints are assigned to new addresses, but I think
`MutableArrayRef` could be used here.
> what do you mean by 'tailing' here?
I wanted to e
animeshk-amd added inline comments.
Comment at: clang/test/OpenMP/target_map_codegen_10.cpp:19
+// RUN: %clang_cc1 -no-opaque-pointers -DCK11 -fopenmp
-fopenmp-targets=i386-pc-linux-gnu -x c++ -std=c++11 -triple
i386-unknown-unknown -emit-pch -o %t %s
+// RUN: %clang_cc1 -no-op
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7cbc9206697e: [clang-format][NFC] Clean up class
HeaderIncludes and Format.cpp (authored by owenpan).
Repository:
rG LLVM Github Monorepo
CHANGES
Author: owenca
Date: 2022-10-05T21:54:40-07:00
New Revision: 7cbc9206697e2e7ce0ae2c671c80133327631e7f
URL:
https://github.com/llvm/llvm-project/commit/7cbc9206697e2e7ce0ae2c671c80133327631e7f
DIFF:
https://github.com/llvm/llvm-project/commit/7cbc9206697e2e7ce0ae2c671c80133327631e7f.diff
LOG: [
serge-sans-paille accepted this revision.
serge-sans-paille added a comment.
Thanks for the cleanup!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135107/new/
https://reviews.llvm.org/D135107
___
cfe-com
serge-sans-paille added inline comments.
Comment at: clang/test/CodeGen/bounds-checking-fam.c:2
// REQUIRES: x86-registered-target
-// RUN: %clang_cc1 -emit-llvm -triple x86_64 -fstrict-flex-arrays=0
-fsanitize=array-bounds%s -o - | FileCheck %s
--check-prefixes=CHECK,
kees added inline comments.
Comment at: clang/test/CodeGen/object-size-flex-array.c:45
+ // CHECK-STRICT-2: ret i32 -1
+ // CHECK-STRICT-3: ret i32 0
return OBJECT_SIZE_BUILTIN(f->c, 1);
serge-sans-paille wrote:
> This one worries me a bit, as an array of si
python3kgae updated this revision to Diff 465661.
python3kgae added a comment.
Fix test fail caused by max address space change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135060/new/
https://reviews.llvm.org/D135060
Files:
clang/include/clan
201 - 208 of 208 matches
Mail list logo