[all-commits] [llvm/llvm-project] ca10e7: [NFC] Rename isPointerOffset to getPointerOffsetFr...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Wed Apr 19 04:24:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca10e73b530376e191fbaa4920b5dde02d8b5930
https://github.com/llvm/llvm-project/commit/ca10e73b530376e191fbaa4920b5dde02d8b5930
Author: OCHyams <orlando.hyams at sony.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/IR/Value.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/IR/Value.cpp
M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
Log Message:
-----------
[NFC] Rename isPointerOffset to getPointerOffsetFrom and move to Value.h
Linking LLVMCore failed when building D148536 with shared libs enabled:
https://lab.llvm.org/buildbot/#/builders/121/builds/29766
Make isPointerOffset a Value method and rename it to getPointerOffsetFrom.
Reviewed By: jmorse
Differential Revision: https://reviews.llvm.org/D148698
More information about the All-commits
mailing list