[PATCH] D112777: [X86][FP16] add alias for *_fmul_pch intrinsics

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 7 17:44:19 PST 2021


craig.topper added a comment.

Not directly related to this patch, but why is the suffix _pch and _sch when the instruction names end in CPH and CSH?

Why does the name here need to be aligned with mul_ps/pd? This a "complex" multiply which is a different operation. Is gcc also going to add aliases?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112777



More information about the cfe-commits mailing list