[all-commits] [llvm/llvm-project] 3a726b: [SVE] Bail from cstfp_pred_ty before walking scala...

Christopher Tetreault via All-commits all-commits at lists.llvm.org
Mon Jun 15 13:53:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a726bc9935bf1e0c4b8f273c0b981002902bb66
      https://github.com/llvm/llvm-project/commit/3a726bc9935bf1e0c4b8f273c0b981002902bb66
  Author: Christopher Tetreault <ctetreau at quicinc.com>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
    M llvm/include/llvm/IR/PatternMatch.h

  Log Message:
  -----------
  [SVE] Bail from cstfp_pred_ty before walking scalable vector

Summary:
Bail out in cstfp_pred_ty before calling getNumElements and walking the
vector if the vector is scalable.

Reviewers: efriedma, lebedev.ri, fhahn, sdesmalen, fpetrogalli

Reviewed By: sdesmalen

Subscribers: tschuett, rkruppe, psnobl, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list