[PATCH] D47444: [X86] Lowering FMA intrinsics to native IR (Clang part)
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 29 10:33:53 PDT 2018
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/CodeGen/CGBuiltin.cpp:8416
+static Value *EmitX86FMAExpr(CodeGenFunction &CGF, ArrayRef<Value *> Ops,
+ unsigned BuiltinID) {
+
----------------
Please indent this to line up with the first argument on the previous line.
Repository:
rC Clang
https://reviews.llvm.org/D47444
More information about the cfe-commits
mailing list