Skip to content

Commit

Permalink
[xla][cleanup] remove commented line from EmitComplexRsqrt
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678045022
  • Loading branch information
tensorflower-gardener committed Sep 24, 2024
1 parent 8dc568e commit 783ae3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/xla/xla/service/elemental_ir_emitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,6 @@ absl::StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexRsqrt(
llvm::Value* neg_one = llvm::ConstantFP::get(type, -1);
llvm::Value* inf = llvm::ConstantFP::getInfinity(type);
llvm::Value* nan = llvm::ConstantFP::getNaN(type);
// llvm::Value* neg_inf = llvm::ConstantFP::getInfinity(type, true);
llvm::Value* a_signed_zero = llvm_ir::EmitCallToIntrinsic(
llvm::Intrinsic::copysign, {zero, a}, {a->getType()}, b_);
llvm::Value* b_signed_zero = llvm_ir::EmitCallToIntrinsic(
Expand Down

0 comments on commit 783ae3c

Please sign in to comment.