[PATCH] D102839: [RISCV][Clang] Add -mno-div option to disable hardware int division

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 10:10:03 PDT 2021


kito-cheng added a comment.

We have Zmmul extension in the ISA spec now, that's equivalent to `-mno-div` , so I suggest we should go forward to implement that extension rather than `-mno-div`.

https://github.com/riscv/riscv-isa-manual/pull/648


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102839/new/

https://reviews.llvm.org/D102839



More information about the llvm-commits mailing list