[all-commits] [llvm/llvm-project] 93e8cd: [IR] Remove NumElements tracking from GEP type ite...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 19 02:50:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93e8cd26857aa22c815ad553cbb631e06f2e662f
https://github.com/llvm/llvm-project/commit/93e8cd26857aa22c815ad553cbb631e06f2e662f
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M llvm/include/llvm/IR/GetElementPtrTypeIterator.h
Log Message:
-----------
[IR] Remove NumElements tracking from GEP type iterator
After ed0cdb29397ecd7d03579b846360906081d80aea, this is no longer
used by anything, and shouldn't be used by anything.
More information about the All-commits
mailing list