+ Aarch64: call OptPass1FData for FMA instructions as well

git-svn-id: trunk@47533 -
This commit is contained in:
florian 2020-11-22 21:19:51 +00:00
parent 28d88b9999
commit ef1ba48cc4

View File

@ -772,6 +772,11 @@ Implementation
A_SXTH:
Result:=OptPass1SXTH(p);
// A_VLDR,
A_FMADD,
A_FMSUB,
A_FNMADD,
A_FNMSUB,
A_FNMUL,
A_FADD,
A_FMUL,
A_FDIV,