[PATCH] D78662: [builtins] Support architectures with 16-bit int

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 25 16:28:34 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4d41df648281: [builtins] Support architectures with 16-bit int (authored by aykevl).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78662/new/

https://reviews.llvm.org/D78662

Files:
  compiler-rt/lib/builtins/absvsi2.c
  compiler-rt/lib/builtins/ashldi3.c
  compiler-rt/lib/builtins/ashrdi3.c
  compiler-rt/lib/builtins/clzdi2.c
  compiler-rt/lib/builtins/ctzdi2.c
  compiler-rt/lib/builtins/ffsdi2.c
  compiler-rt/lib/builtins/ffssi2.c
  compiler-rt/lib/builtins/floatdisf.c
  compiler-rt/lib/builtins/floatsidf.c
  compiler-rt/lib/builtins/floatundisf.c
  compiler-rt/lib/builtins/floatunsidf.c
  compiler-rt/lib/builtins/fp_extend.h
  compiler-rt/lib/builtins/fp_lib.h
  compiler-rt/lib/builtins/int_div_impl.inc
  compiler-rt/lib/builtins/int_types.h
  compiler-rt/lib/builtins/lshrdi3.c
  compiler-rt/lib/builtins/popcountdi2.c
  compiler-rt/lib/builtins/udivmoddi4.c
  compiler-rt/test/builtins/Unit/ashldi3_test.c
  compiler-rt/test/builtins/Unit/ashrdi3_test.c
  compiler-rt/test/builtins/Unit/ctzdi2_test.c
  compiler-rt/test/builtins/Unit/ffsdi2_test.c
  compiler-rt/test/builtins/Unit/ffssi2_test.c
  compiler-rt/test/builtins/Unit/lshrdi3_test.c
  compiler-rt/test/builtins/Unit/popcountdi2_test.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78662.260138.patch
Type: text/x-patch
Size: 15964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200425/a6612283/attachment.bin>


More information about the llvm-commits mailing list