https://github.com/shafik commented:
Thank you for looking into this one.
https://github.com/llvm/llvm-project/pull/145679
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/AaronBallman closed
https://github.com/llvm/llvm-project/pull/145679
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -589,8 +589,7 @@ void CGHLSLRuntime::initializeBufferFromBinding(const
HLSLBufferDecl *BufDecl,
auto *NonUniform = llvm::ConstantInt::get(Int1Ty, false);
auto *Index = llvm::ConstantInt::get(CGM.IntTy, 0);
auto *RangeSize = llvm::ConstantInt::get(CGM.IntTy, 1);
- aut
https://github.com/AaronBallman updated
https://github.com/llvm/llvm-project/pull/145679
>From 80e19f02a9e6dcec3f23d52a01416c6984103f27 Mon Sep 17 00:00:00 2001
From: Aaron Ballman
Date: Wed, 25 Jun 2025 07:31:54 -0400
Subject: [PATCH 1/2] Clarify some code based on static analysis complaints;
AaronBallman wrote:
Windows precommit CI failures appear to be unrelated:
```
[6099/6110] Running clang_tools regression tests
llvm-lit.py:
C:\_work\llvm-project\llvm-project\llvm\utils\lit\lit\llvm\config.py:57: note:
using lit tools: C:\Program Files\Git\usr\bin
llvm-lit.py:
C:\_work\llvm-pr