[all-commits] [llvm/llvm-project] fd3bd6: [WebAssembly] Make bitmask instructions return uns...

Thomas Lively via All-commits all-commits at lists.llvm.org
Thu Aug 19 16:24:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd3bd63df26ad0a3865fd1fcbdbbd0063f2b0761
      https://github.com/llvm/llvm-project/commit/fd3bd63df26ad0a3865fd1fcbdbbd0063f2b0761
  Author: Thomas Lively <tlively at google.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsWebAssembly.def
    M clang/lib/Headers/wasm_simd128.h
    M clang/test/Headers/wasm.c

  Log Message:
  -----------
  [WebAssembly] Make bitmask instructions return unsigned ints

Since they are bitmasks, it will be more common for them to be used and
potentially extended to 64-bit integers as unsigned values rather than signed
values.

Differential Revision: https://reviews.llvm.org/D108401




More information about the All-commits mailing list