[all-commits] [llvm/llvm-project] e6a5dd: [SCEV] Assert unique pointer base (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Aug 29 11:06:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6a5dd60ffa3073c0ab69f9b1836cf2e743bcf0c
https://github.com/llvm/llvm-project/commit/e6a5dd60ffa3073c0ab69f9b1836cf2e743bcf0c
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-08-29 (Sun, 29 Aug 2021)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Assert unique pointer base (NFC)
Add expressions can contain at most one pointer operand nowadays,
assert that in getPointerBase() and removePointerBase().
More information about the All-commits
mailing list