[all-commits] [llvm/llvm-project] b108c1: [SCEV] Move SCEVPoisonCollector outside function (...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Aug 11 07:41:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b108c11e4656c695853a14032ba33671a676203e
https://github.com/llvm/llvm-project/commit/b108c11e4656c695853a14032ba33671a676203e
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Move SCEVPoisonCollector outside function (NFC)
To allow reusing it. Also switch it to store SCEVUnknown rather
than SCEV, as only these can produce poison.
More information about the All-commits
mailing list