[PATCH] D78663: [builtins] Add 32-bit shift builtins

Anatoly Trosinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 02:47:09 PDT 2020


atrosinenko added a reviewer: atrosinenko.
atrosinenko added a comment.

A bit of comment fine-tuning. :)



================
Comment at: compiler-rt/lib/builtins/ashrsi3.c:21
+
+// Precondition:  0 <= b < bits_in_dword
+
----------------



================
Comment at: compiler-rt/test/builtins/Unit/ashlsi3_test.c:20
+
+// Precondition:  0 <= b < bits_in_dword
+
----------------



================
Comment at: compiler-rt/test/builtins/Unit/ashrsi3_test.c:20
+
+// Precondition:  0 <= b < bits_in_dword
+
----------------



================
Comment at: compiler-rt/test/builtins/Unit/lshrsi3_test.c:20
+
+// Precondition:  0 <= b < bits_in_dword
+
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78663



More information about the llvm-commits mailing list