arsenm added a comment.

Add a test for the strictfp case (there's an existing strictfp test for all the 
elementwise builtins)



================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:3241
+    unsigned Opc = llvm::Intrinsic::pow;
+    Value* Result = Builder.CreateBinaryIntrinsic(Opc, Op0, Op1, nullptr, 
"elt.pow");
+    return RValue::get(Result);
----------------
emitBinaryBuiltin?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153310

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to