Skip to content

Commit

Permalink
Merge pull request #117 from frasercrmck/remove-asserting-vh
Browse files Browse the repository at this point in the history
[vecz] Switch from AssertingVH to PoisoningVH
  • Loading branch information
frasercrmck authored Aug 31, 2023
2 parents 461abfa + 673da80 commit 4dfa386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class VectorizationChoices;
struct VectorizationResult;
class VectorizationUnit;

using ActiveUnitMap = llvm::DenseMap<llvm::AssertingVH<const llvm::Function>,
using ActiveUnitMap = llvm::DenseMap<llvm::PoisoningVH<const llvm::Function>,
VectorizationUnit *>;

/// @brief Holds global (per-module) vectorization state.
Expand Down

0 comments on commit 4dfa386

Please sign in to comment.