[all-commits] [llvm/llvm-project] 52e6d7: [NFC] Use newly introduced *AtIndex methods
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Sep 1 11:19:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52e6d70c40cd57709bfe8788461db35e3a8a3a6f
https://github.com/llvm/llvm-project/commit/52e6d70c40cd57709bfe8788461db35e3a8a3a6f
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/Linker/IRMover.cpp
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/GlobalOpt.cpp
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
M llvm/lib/Transforms/Utils/ValueMapper.cpp
Log Message:
-----------
[NFC] Use newly introduced *AtIndex methods
Introduced in D108788. These are clearer.
More information about the All-commits
mailing list