[all-commits] [llvm/llvm-project] 7d8513: [clang] Move int <-> float scalar conversion to a ...

Saurabh Jha via All-commits all-commits at lists.llvm.org
Wed Apr 7 12:34:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d8513b7f2e996fbbb35e0ffce4fe1d4f695928b
      https://github.com/llvm/llvm-project/commit/7d8513b7f2e996fbbb35e0ffce4fe1d4f695928b
  Author: Saurabh Jha <saurabh.jhaa at gmail.com>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
    M clang/lib/CodeGen/CGExprScalar.cpp

  Log Message:
  -----------
  [clang] Move int <-> float scalar conversion to a separate function

As prelude to this patch https://reviews.llvm.org/D99037, we want to
move the int-float conversion
into a separate function that can be reused by matrix cast

Differential Revision: https://reviews.llvm.org/D100051




More information about the All-commits mailing list