[PATCH] D42401: [ARM] Expand long shifts for Thumb1 to __aeabi_ calls

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 00:39:27 PST 2018


samparker added inline comments.


================
Comment at: test/CodeGen/ARM/shift-i64.ll:27
 
+; EXPAND: bl __aeabi_llsl
   %res = shl i64 %val, %amt
----------------
Can you add a couple of extra checks to test that only the call is used please?


Repository:
  rL LLVM

https://reviews.llvm.org/D42401





More information about the llvm-commits mailing list