summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/ExpandLargeDivRem
AgeCommit message (Expand)Author
2024-04-02[ExpandLargeDivRem] Scalarize vector types. (#86959)Bevin Hansson
2023-11-03CodeGen: Port ExpandLargeDivRem to new pass manager (#71022)Matt Arsenault
2023-11-02Revert "Move ExpandLargeDivRem to llvm/test/CodeGen/X86 because they need a t...Matt Arsenault
2022-09-13Move ExpandLargeDivRem to llvm/test/CodeGen/X86 because they need a tripleMatthias Gehre
2022-09-12Move TargetTransformInfo::maxLegalDivRemBitWidth -> TargetLowering::maxSuppor...Matthias Gehre
2022-09-06Fix remaining test failures for "[llvm/CodeGen] Enable the ExpandLargeDivRem ...Matthias Gehre
2022-09-01Expand Div/Rem: consider the case where the dividend is zeroNuno Lopes
2022-09-01Revert "Expand Div/Rem: consider the case where the dividend is zero"Nuno Lopes
2022-09-01Expand Div/Rem: consider the case where the dividend is zeroNuno Lopes
2022-08-26[llvm/CodeGen] Add ExpandLargeDivRem passMatthias Gehre