[all-commits] [llvm/llvm-project] 005050: [clang][bytecode] Allow right-shift of negative va...

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue Sep 17 09:25:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0050503b7a278a50b406a47378f6161bf55059ec
      https://github.com/llvm/llvm-project/commit/0050503b7a278a50b406a47378f6161bf55059ec
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2024-09-17 (Tue, 17 Sep 2024)

  Changed paths:
    M clang/lib/AST/ByteCode/Interp.h
    M clang/test/AST/ByteCode/shifts.cpp

  Log Message:
  -----------
  [clang][bytecode] Allow right-shift of negative values (#108987)

We used to incorrectly diagnose this as a "left shift of negative
value".



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