[PATCH] D54159: [RISCV] Mark FREM as Expand
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 7 10:36:49 PST 2018
rogfer01 accepted this revision.
rogfer01 added a comment.
This revision is now accepted and ready to land.
LGTM.
Thanks Luis. I merged your earlier change https://reviews.llvm.org/D54034 into my downstream compiler just to find that frem was missing (triggered by a downstream test).
The fix I did is exactly this change (modulo the test).
Repository:
rL LLVM
https://reviews.llvm.org/D54159
More information about the llvm-commits
mailing list