[clang] [clang][CodeGenOpenCL][NFC] Remove redundant map lookups (PR #125285)

2025-01-31 Thread Balazs Benics via cfe-commits
https://github.com/steakhal closed https://github.com/llvm/llvm-project/pull/125285 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][CodeGenOpenCL][NFC] Remove redundant map lookups (PR #125285)

2025-01-31 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata approved this pull request. LGTM. Thanks! https://github.com/llvm/llvm-project/pull/125285 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][CodeGenOpenCL][NFC] Remove redundant map lookups (PR #125285)

2025-01-31 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-codegen Author: Balazs Benics (steakhal) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/125285.diff 1 Files Affected: - (modified) clang/lib/CodeGen/CGOpenCLRuntime.cpp (+13-10) ``diff diff --git a/clang/lib/CodeGe

[clang] [clang][CodeGenOpenCL][NFC] Remove redundant map lookups (PR #125285)

2025-01-31 Thread Balazs Benics via cfe-commits
https://github.com/steakhal created https://github.com/llvm/llvm-project/pull/125285 None >From fa5566e41f8d01535ce4fb33c140fe2fb0e6ae60 Mon Sep 17 00:00:00 2001 From: Balazs Benics Date: Fri, 31 Jan 2025 21:20:41 +0100 Subject: [PATCH] [clang][CodeGenOpenCL][NFC] Remove redundant map lookups