aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorPierre van Houtryve <pierre.vanhoutryve@amd.com>2024-06-12 11:34:54 +0200
committerGitHub <noreply@github.com>2024-06-12 11:34:54 +0200
commit864981d72b3b4077053479def6a43b5826aea462 (patch)
tree8564d646dd25011a0e697f658c13a9836cef932d /llvm/lib/Transforms/Utils/InlineFunction.cpp
parentd32afb39fd90a305fc116a7161a2b4c4556117d4 (diff)
downloadllvm-864981d72b3b4077053479def6a43b5826aea462.zip
llvm-864981d72b3b4077053479def6a43b5826aea462.tar.gz
llvm-864981d72b3b4077053479def6a43b5826aea462.tar.bz2
[NFC][MachineLICM] Use SmallDenseSet instead of SmallSet (#95201)
All values are small so no reason to ever use SmallSet really. In large programs we'll end up using std::set which is extremely slow compared to DenseSet. This brings a decent speedup to the pass in large programs.
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions