[all-commits] [llvm/llvm-project] 36dbb8: [SVE] Lower fixed length UDIV to scalable
Cameron McInally via All-commits
all-commits at lists.llvm.org
Fri Aug 21 07:01:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 36dbb8fc972f841a42eea41c0a8523140afbf2a5
https://github.com/llvm/llvm-project/commit/36dbb8fc972f841a42eea41c0a8523140afbf2a5
Author: Cameron McInally <mcinally at cray.com>
Date: 2020-08-21 (Fri, 21 Aug 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-fixed-length-int-div.ll
Log Message:
-----------
[SVE] Lower fixed length UDIV to scalable
Pretty much just a copy of the SDIV patches (D86114 and D85982) with string replacement.
Differential Revision: https://reviews.llvm.org/D86316
More information about the All-commits
mailing list