aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2021-08-20 08:56:51 -0700
committerThomas Lively <tlively@google.com>2021-08-20 08:56:51 -0700
commit2456e11614c10a2e648005e27e3213c77b7ab7a4 (patch)
tree8772cf8a52eea3b7e2b34036835fe0eb4bd335e8 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent2a47a84b40115b01e03e4d89c1d47ba74beb7bf3 (diff)
downloadllvm-2456e11614c10a2e648005e27e3213c77b7ab7a4.zip
llvm-2456e11614c10a2e648005e27e3213c77b7ab7a4.tar.gz
llvm-2456e11614c10a2e648005e27e3213c77b7ab7a4.tar.bz2
[WebAssembly] Add SIMD intrinsics using unsigned integers
For each SIMD intrinsic function that takes or returns a scalar signed integer value, ensure there is a corresponding intrinsic that returns or an unsigned value. This is a convenience for users who use -Wsign-conversion so they don't have to insert explicit casts, especially when the intrinsic arguments are integer literals that fit into the unsigned integer type but not the signed type. Differential Revision: https://reviews.llvm.org/D108412
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions