[all-commits] [llvm/llvm-project] 0425ea: [NFC][OpaquePtr][Evaluator] Remove call to Pointer...
Senran (Stephen) Zhang via All-commits
all-commits at lists.llvm.org
Thu Nov 18 18:34:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0425ea462197e605d597719f1630c68dbcc25ed8
https://github.com/llvm/llvm-project/commit/0425ea462197e605d597719f1630c68dbcc25ed8
Author: Senran Zhang <zsrkmyn at gmail.com>
Date: 2021-11-19 (Fri, 19 Nov 2021)
Changed paths:
M llvm/lib/Transforms/Utils/Evaluator.cpp
Log Message:
-----------
[NFC][OpaquePtr][Evaluator] Remove call to PointerType::getElementType
There are still another 2 uses of PointerType::getElementType in
Evaluator when evaluating BitCast's on pointers. BitCast's on pointers
should be removed when opaque ptr is ready, so I just keep them as is.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D114131
More information about the All-commits
mailing list