[clang] Assume a for-in loop is in bounds and cannot overflow (PR #94883)

2024-06-09 Thread via cfe-commits
AtariDreams wrote: > Why did you close this PR so soon after creating it? See here: https://github.com/llvm/llvm-project/pull/94885 https://github.com/llvm/llvm-project/pull/94883 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.l

[clang] Assume a for-in loop is in bounds and cannot overflow (PR #94883)

2024-06-09 Thread via cfe-commits
AtariDreams wrote: > Why did you close this PR so soon after creating it? Superseded https://github.com/llvm/llvm-project/pull/94883 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Assume a for-in loop is in bounds and cannot overflow (PR #94883)

2024-06-09 Thread Youngsuk Kim via cfe-commits
JOE1994 wrote: Why did you close this PR so soon after creating it? https://github.com/llvm/llvm-project/pull/94883 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Assume a for-in loop is in bounds and cannot overflow (PR #94883)

2024-06-08 Thread via cfe-commits
https://github.com/AtariDreams updated https://github.com/llvm/llvm-project/pull/94883 >From e50a348e54b90212f7061458010cfa181816f363 Mon Sep 17 00:00:00 2001 From: Rose Date: Sat, 8 Jun 2024 22:30:53 -0400 Subject: [PATCH] [CodeGen] Assume a for-in loop is in bounds and cannot overflow When

[clang] Assume a for-in loop is in bounds and cannot overflow (PR #94883)

2024-06-08 Thread via cfe-commits
https://github.com/AtariDreams closed https://github.com/llvm/llvm-project/pull/94883 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Assume a for-in loop is in bounds and cannot overflow (PR #94883)

2024-06-08 Thread via cfe-commits
https://github.com/AtariDreams created https://github.com/llvm/llvm-project/pull/94883 None >From 9db997477f3a5649092b9bf385a6a1d963b4971b Mon Sep 17 00:00:00 2001 From: Rose Date: Sat, 8 Jun 2024 22:30:53 -0400 Subject: [PATCH] Assume a for-in loop is in bounds and cannot overflow --- clang