[all-commits] [llvm/llvm-project] b0ce9f: [SVE][CodeGen] Fix implicit TypeSize->uint64_t cas...

david-arm via All-commits all-commits at lists.llvm.org
Fri Oct 2 00:17:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0ce9f0f4cff7df243b72e308ec863f012724475
      https://github.com/llvm/llvm-project/commit/b0ce9f0f4cff7df243b72e308ec863f012724475
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2020-10-02 (Fri, 02 Oct 2020)

  Changed paths:
    M llvm/lib/CodeGen/TypePromotion.cpp

  Log Message:
  -----------
  [SVE][CodeGen] Fix implicit TypeSize->uint64_t casts in TypePromotion

The TypePromotion pass only operates on scalar types so I've fixed up
all places where we were relying upon the implicit cast from
TypeSize->uint64_t.

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




More information about the All-commits mailing list