[all-commits] [llvm/llvm-project] 66a16b: [IRBuilder] Migrate div/rem to use fold infrastruc...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 29 04:17:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66a16b2848b434e937d658f15fc1849650f52185
https://github.com/llvm/llvm-project/commit/66a16b2848b434e937d658f15fc1849650f52185
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M llvm/include/llvm/Analysis/InstSimplifyFolder.h
M llvm/include/llvm/Analysis/TargetFolder.h
M llvm/include/llvm/IR/ConstantFolder.h
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/IRBuilderFolder.h
M llvm/include/llvm/IR/NoFolder.h
Log Message:
-----------
[IRBuilder] Migrate div/rem to use fold infrastructure
Migrate udiv, sdiv, urem, and srem to use the FoldXYZ rather than
the CreateXYZ infrastructure.
More information about the All-commits
mailing list