Files
clang-p2996/llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Nikita Popov f34d30cdae [FunctionAttrs] Fix incorrect nonnull inference for non-inbounds GEP (#91180)
For inbounds GEPs, if the source pointer is non-null, the result must
also be non-null. However, this does not hold for non-inbounds GEPs.
    
Fixes https://github.com/llvm/llvm-project/issues/91177.
2024-05-07 09:47:28 +09:00

71 KiB