[all-commits] [llvm/llvm-project] 6a78a8: [NFC] [PowerPC] Refactor fp/int conversion lowering

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Tue Aug 4 00:54:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a78a8dd378b77be002f0243d80322bbdd6513c5
      https://github.com/llvm/llvm-project/commit/6a78a8dd378b77be002f0243d80322bbdd6513c5
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp

  Log Message:
  -----------
  [NFC] [PowerPC] Refactor fp/int conversion lowering

For FP_TO_INT and INT_TO_FP lowering, we have direct-move and
non-direct-move methods. But they share some conversion logic, so we can
reduce redundant code by introducing new methods.

Reviewed By: steven.zhang

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




More information about the All-commits mailing list