[PATCH] D102839: [RISCV][Clang] Add -mno-div option to disable hardware int division
Kito Cheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 27 06:13:35 PDT 2021
kito-cheng added a comment.
Personally I prefer to deprecate `-mno-div` soon, but based on the rule for RISC-V GNU toolchain, it need to wait `Zmmul` extension frozen.
My plan is deprecate the `-mno-div` and emit warning to tell user should use `Zmmul` instead once it frozen.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102839/new/
https://reviews.llvm.org/D102839
More information about the cfe-commits
mailing list