[clang] [clang][bytecode][NFC] Simplify builtin-functions.cpp (PR #107118)

2024-09-03 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/107118 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode][NFC] Simplify builtin-functions.cpp (PR #107118)

2024-09-03 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes The effect is the same, but this version doesn't take as long to evaluate. --- Full diff: https://github.com/llvm/llvm-project/pull/107118.diff 1 Files Affected: - (modified) clang/test/AST/ByteCode/builti

[clang] [clang][bytecode][NFC] Simplify builtin-functions.cpp (PR #107118)

2024-09-03 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/107118 The effect is the same, but this version doesn't take as long to evaluate. >From b203f7fe81a98258690ebb8d6385a9384a1b7ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 3 Sep 2024 16:5