Files
clang-p2996/llvm/lib/Analysis/AssumptionCache.cpp
Nikita Popov 2c729d29aa [AssumptionCache] Remove unnecessary bitcast/not handling
We only handle not for the top level value of the condition, so
move it there instead of trying to look through not at all leafs.
Also remove bitcast handling entirely -- we don't do anything
special wrt bitcasts, this is probably a leftover from pointer
types.
2023-11-28 14:31:16 +01:00

12 KiB