[all-commits] [llvm/llvm-project] 4aed09: Expand Div/Rem: consider the case where the divide...
Nuno Lopes via All-commits
all-commits at lists.llvm.org
Thu Sep 1 04:00:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aed09868b5a51a29aade11d9d412c3313310f29
https://github.com/llvm/llvm-project/commit/4aed09868b5a51a29aade11d9d412c3313310f29
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Utils/IntegerDivision.cpp
M llvm/test/Transforms/ExpandLargeDivRem/sdiv129.ll
M llvm/test/Transforms/ExpandLargeDivRem/srem129.ll
M llvm/test/Transforms/ExpandLargeDivRem/udiv129.ll
M llvm/test/Transforms/ExpandLargeDivRem/urem129.ll
Log Message:
-----------
Expand Div/Rem: consider the case where the dividend is zero
So we can't use ctlz in poison-producing mode
More information about the All-commits
mailing list