[all-commits] [llvm/llvm-project] 327307: [SCEV] Assert that GEP source element type is size...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jun 27 01:51:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 327307d9d4da0045f762f75343fe66b0f10ecc63
https://github.com/llvm/llvm-project/commit/327307d9d4da0045f762f75343fe66b0f10ecc63
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Assert that GEP source element type is sized (NFC)
This is checked by the IR verifier, so replace the condition with
an assert.
More information about the All-commits
mailing list