[all-commits] [llvm/llvm-project] 22eb83: [InstSimplify] Move more folds into simplifyDivRem...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Apr 24 05:27:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22eb8342bf4698c4e2ed0ca4d3013069c4722872
https://github.com/llvm/llvm-project/commit/22eb8342bf4698c4e2ed0ca4d3013069c4722872
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] Move more folds into simplifyDivRem() (NFCI)
The threading folds are the same for div/rem and the isDivZero()
fold only differes in the return value.
This should be NFC, but as this slightly shuffles around the
order of the folds it might not be exactly the same.
More information about the All-commits
mailing list