[all-commits] [llvm/llvm-project] 543b30: [VE][NFC] Change cast to dyn_cast

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Nov 10 04:49:37 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 543b30db06bf992c4b33ccba4e53e9905b101b7c
      https://github.com/llvm/llvm-project/commit/543b30db06bf992c4b33ccba4e53e9905b101b7c
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-11-10 (Tue, 10 Nov 2020)

  Changed paths:
    M llvm/lib/Target/VE/VEISelDAGToDAG.cpp

  Log Message:
  -----------
  [VE][NFC] Change cast to dyn_cast

We used cast where we should use dyn_cast.  So, change it this time.
Old code cause problems if I implement brind instruction and compile
openmp using new compiler.

Reviewed By: simoll

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




More information about the All-commits mailing list