[all-commits] [llvm/llvm-project] 8ad82b: [clang][Interp] Fix re-visiting OpenCL variables o...

Timm Baeder via All-commits all-commits at lists.llvm.org
Wed Jun 12 00:54:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ad82b419b88102746735505effe5bc09f26ae54
      https://github.com/llvm/llvm-project/commit/8ad82b419b88102746735505effe5bc09f26ae54
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-06-12 (Wed, 12 Jun 2024)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/test/AST/Interp/opencl.cl

  Log Message:
  -----------
  [clang][Interp] Fix re-visiting OpenCL variables of in constant AS

We need to use isConstant() here, isConstQualified() is not enough.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list