Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 14, 2022
1 parent 8be5669 commit 98b9de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taichi/codegen/llvm/codegen_llvm_quant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,9 @@ llvm::Value *CodeGenLLVM::load_quant_float(llvm::Value *digits_ptr,
Type *physical_type,
bool should_cache_as_read_only,
bool shared_exponent) {
auto digits = load_quant_int(digits_ptr,
qflt->get_digits_type()->as<QuantIntType>(),
physical_type, should_cache_as_read_only);
auto digits =
load_quant_int(digits_ptr, qflt->get_digits_type()->as<QuantIntType>(),
physical_type, should_cache_as_read_only);
auto exponent_val = load_quant_int(
exponent_ptr, qflt->get_exponent_type()->as<QuantIntType>(),
physical_type, should_cache_as_read_only);
Expand Down

0 comments on commit 98b9de3

Please sign in to comment.