[all-commits] [llvm/llvm-project] a24f10: [MTE] Remove redundant helper function.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Wed Jun 30 03:11:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a24f104645f3faf4d0e4ea6047f933caddb85de5
https://github.com/llvm/llvm-project/commit/a24f104645f3faf4d0e4ea6047f933caddb85de5
Author: Florian Mayer <fmayer at google.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
Log Message:
-----------
[MTE] Remove redundant helper function.
Looking at PostDominatorTree::dominates, we can see that has the same
logic (with the addition of handling Phi nodes - which are not used as inputs in
this pass) as the helper function.
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D105141
More information about the All-commits
mailing list