[PATCH] D83937: [Power] Set the mayRaiseFPException for FCMPUS/FCMPUD
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 20:30:41 PDT 2020
qiucf added a comment.
Can we add test to show the effect? Something like
%a = call double @llvm.experimental.constrained.fadd.f64(...)
; Insert the instruction here
%b = call double @llvm.experimental.constrained.fdiv.f64(...)
I think instruction with side effect should prevent `fdiv` from scheduled upwards.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83937/new/
https://reviews.llvm.org/D83937
More information about the llvm-commits
mailing list