[all-commits] [llvm/llvm-project] 8e83ff: [VectorCombine] Remove unneeded InsertPointGuard (...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue May 25 09:03:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e83ff58c9078c32bbc8d8ea456fa8fc0580761b
      https://github.com/llvm/llvm-project/commit/8e83ff58c9078c32bbc8d8ea456fa8fc0580761b
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-05-25 (Tue, 25 May 2021)

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

  Log Message:
  -----------
  [VectorCombine] Remove unneeded InsertPointGuard (NFCI).

All users of the builder should set an insert point before using the
builder. There should be no need for using InsertPointGuard here.




More information about the All-commits mailing list