[VectorCombine] Remove unneeded InsertPointGuard (NFCI).
authorFlorian Hahn <flo@fhahn.com>
Tue, 25 May 2021 15:58:14 +0000 (16:58 +0100)
committerFlorian Hahn <flo@fhahn.com>
Tue, 25 May 2021 16:01:05 +0000 (17:01 +0100)
commit8e83ff58c9078c32bbc8d8ea456fa8fc0580761b
tree6539641e890c33caf80439fd37fb2ff606fd5d96
parent09b5ebc07b477e7e115299cf42fe7737736dd5da
[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.
llvm/lib/Transforms/Vectorize/VectorCombine.cpp