[llvm-commits] [llvm] r124992 - in /llvm/trunk: docs/LangRef.html include/llvm/Bitcode/LLVMBitCodes.h include/llvm/Constants.h include/llvm/InstrTypes.h include/llvm/Operator.h lib/AsmParser/LLParser.cpp lib/Bitcode/Reader/BitcodeReader.cpp lib/Bitcode/Writer/BitcodeWriter.cpp lib/Transforms/InstCombine/InstCombineMulDivRem.cpp lib/VMCore/AsmWriter.cpp lib/VMCore/Constants.cpp lib/VMCore/Instructions.cpp test/Assembler/flags.ll test/Transforms/InstCombine/exact-sdiv.ll test/Transforms/InstCombine/exact.ll
Duncan Sands
baldrick at free.fr
Mon Feb 7 01:15:49 PST 2011
Hi Chris,
> enhance vmcore to know that udiv's can be exact, and add a trivial
> instcombine xform to exercise this.
thanks for doing this - the lack of exact udiv has been on my list of pet hates
for a while :)
Ciao, Duncan.
More information about the llvm-commits
mailing list