[all-commits] [llvm/llvm-project] 34f97a: [VectorCombine] Merge isa<>/cast<> into dyn_cast<>...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun May 1 12:09:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 34f97a370949ddc1f48f9dff458d1004c92ce13a
      https://github.com/llvm/llvm-project/commit/34f97a370949ddc1f48f9dff458d1004c92ce13a
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-05-01 (Sun, 01 May 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VectorCombine.cpp

  Log Message:
  -----------
  [VectorCombine] Merge isa<>/cast<> into dyn_cast<>. NFC.

We want to handle the the assert in VectorCombine so avoid the repeated isa/cast code.




More information about the All-commits mailing list