[all-commits] [llvm/llvm-project] 136c7e: Revert "[clang][Interp] Fix left-/right-shifting m...

Timm Bäder via All-commits all-commits at lists.llvm.org
Wed Jan 25 22:50:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 136c7ef5d10fca0af101821b05084b428830e670
      https://github.com/llvm/llvm-project/commit/136c7ef5d10fca0af101821b05084b428830e670
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

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

  Log Message:
  -----------
  Revert "[clang][Interp] Fix left-/right-shifting more than sizeof(unsigned)"

This reverts commit 00e967f6c2d626d1913f5af5763beab7946978ce.

This breaks builders where long is only 32 bits, e.g.
https://lab.llvm.org/buildbot/#/builders/65/builds/7721
https://lab.llvm.org/buildbot/#/builders/245/builds/3899




More information about the All-commits mailing list