craig.topper added inline comments.

================
Comment at: clang/test/CodeGen/arm_acle.c:351
 //
 long test_clzl(long t) {
   return __clzl(t);
----------------
__builtin_clzl returned a signed int, but the new builtin returns an unsigned 
int so the cast changed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154915

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to