[clang] [clang] Use a Worklist for some CodeGenFunctions (PR #115395)
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 1 17:51:04 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
----------------
rjmccall wrote:
If you don't mind working on the representation issue, I think that would be a reasonable path forward. I can sympathize if you'd rather fix the narrow issue, though.
https://github.com/llvm/llvm-project/pull/115395
More information about the cfe-commits
mailing list