diff options
author | Shinji Okumura <okuraofvegetable@gmail.com> | 2020-08-22 05:06:14 +0900 |
---|---|---|
committer | Shinji Okumura <okuraofvegetable@gmail.com> | 2020-08-22 05:06:14 +0900 |
commit | e21a22a7a8b7573914859595090eac671b93b5f0 (patch) | |
tree | d19799b00aae3c86dfee6157d60bacdd809fe9d1 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 5e3fd471acb7fb01514b55bd24522da099a7b97c (diff) | |
download | llvm-e21a22a7a8b7573914859595090eac671b93b5f0.zip llvm-e21a22a7a8b7573914859595090eac671b93b5f0.tar.gz llvm-e21a22a7a8b7573914859595090eac671b93b5f0.tar.bz2 |
[Attributor] fix AANoUndef initialization
Currently, `AANoUndefImpl::initialize` mistakenly always indicates optimistic fixpoint for function returned position.
This is because an associated value is `Function` in the case, and `isGuaranteedNotToBeUndefOrPoison` returns true for Function.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D86361
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions