[llvm] [AArch64] Lower for power of 2 signed divides with scalar type (PR #97879)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 06:49:28 PDT 2024


================
@@ -383,4 +383,19 @@ define void @sdiv_v32i64(ptr %a) vscale_range(16,0) #0 {
   ret void
 }
 
+define i32 @sdiv_int(i32 %begin, i32 %first) #0 {
----------------
vfdff wrote:

Done, thanks for your suggestion.

https://github.com/llvm/llvm-project/pull/97879


More information about the llvm-commits mailing list