[all-commits] [llvm/llvm-project] 1bbac0: [clang][bytecode] Fix ignoring comparisons in C (#...

Timm Baeder via All-commits all-commits at lists.llvm.org
Sat Aug 30 08:41:29 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1bbac057f6de10db683e70c8c966809ad576b93e
      https://github.com/llvm/llvm-project/commit/1bbac057f6de10db683e70c8c966809ad576b93e
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-08-30 (Sat, 30 Aug 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/test/AST/ByteCode/c.c

  Log Message:
  -----------
  [clang][bytecode] Fix ignoring comparisons in C (#156180)

Our comparison ops always return bool, and we do the pop before the
conversion to in in C.

Fixes #156178



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