[all-commits] [llvm/llvm-project] d14e51: [PowerPC] Skip IEEE 128-bit FP type in FastISel

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Mon Nov 2 19:19:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d14e51806b0214560ec99b5d3ce797f5fa3f7522
      https://github.com/llvm/llvm-project/commit/d14e51806b0214560ec99b5d3ce797f5fa3f7522
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCFastISel.cpp
    M llvm/test/CodeGen/PowerPC/f128-passByValue.ll

  Log Message:
  -----------
  [PowerPC] Skip IEEE 128-bit FP type in FastISel

Vector types, quadword integers and f128 currently cannot be handled in
FastISel. We did not skip f128 type in lowering arguments, which causes
a crash. This patch will fix it.

Reviewed By: steven.zhang

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




More information about the All-commits mailing list