[PATCH] D81408: [builtins] Improve compatibility with 16 bit targets

Mikael Holmén via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 07:06:01 PDT 2020


uabelho added a comment.

Our out-of-tree target also have 16 bit ints and we've had to change a whole bunch of __builtin_clz to clzsi and __builtin_ctz to ctzsi to make things work so this patch is a step in the right direction for us too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81408





More information about the cfe-commits mailing list