[all-commits] [llvm/llvm-project] 3f7aea: [DFAJumpThreading] Use insert return value (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Aug 2 12:21:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f7aea1a376d2def716113874cd382010f63897f
https://github.com/llvm/llvm-project/commit/3f7aea1a376d2def716113874cd382010f63897f
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
Log Message:
-----------
[DFAJumpThreading] Use insert return value (NFC)
Rather than find + insert. Also use range based for loop.
More information about the All-commits
mailing list