[all-commits] [llvm/llvm-project] 3defe8: [clang][Interp] Implement __builtin_bitreverse (#7...

Timm Baeder via All-commits all-commits at lists.llvm.org
Thu Nov 16 23:29:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3defe8facc55431c040f964802588473e2d4452b
      https://github.com/llvm/llvm-project/commit/3defe8facc55431c040f964802588473e2d4452b
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
    M clang/lib/AST/Interp/InterpBuiltin.cpp
    M clang/test/AST/Interp/builtin-functions.cpp

  Log Message:
  -----------
  [clang][Interp] Implement __builtin_bitreverse (#71687)

Since the return value of this function is slightly more involved than
the void/bool/int/size_t return values we've seen so far, also refactor
this.




More information about the All-commits mailing list