[all-commits] [llvm/llvm-project] bc79ed: [LVI] Don't require operand number for range (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Jul 25 07:34:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc79ed7e16003c8550da8710b321d6d5d4243faf
https://github.com/llvm/llvm-project/commit/bc79ed7e16003c8550da8710b321d6d5d4243faf
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-07-25 (Sat, 25 Jul 2020)
Changed paths:
M llvm/lib/Analysis/LazyValueInfo.cpp
Log Message:
-----------
[LVI] Don't require operand number for range (NFC)
Pass the Value* instead of the operand number, rename I to CxtI.
This makes the function a bit more generally useful.
More information about the All-commits
mailing list