mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 04:56:07 +00:00

Make necessary changes to support DIV -> [SUF]Div. This changes llvm to have three division instructions: signed, unsigned, floating point. The bytecode and assembler are bacwards compatible, however. llvm-svn: 31195