[clang] [clang] Use a Worklist for some CodeGenFunctions (PR #115395)
Stephen Verderame via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 2 18:21:02 PST 2025
================
@@ -0,0 +1,37 @@
+// RUN: split-file %s %t
+// RUN: python %t/gen.py %t/switch-overflow.c %t/tmp.c && %clang_cc1 -emit-llvm %t/tmp.c -o - | FileCheck %t/tmp.c
+
+//--- gen.py
----------------
stephenverderame wrote:
Sounds good, I can do that.
https://github.com/llvm/llvm-project/pull/115395
More information about the cfe-commits
mailing list