[PATCH] D86983: [Attributor] Fix AANoUndef initialization
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 17:55:01 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:7797
else
AANoUndef::initialize(A);
}
----------------
can we move the `AANoUndef::initialize(A);` unconditionally to the beginning of this function?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86983/new/
https://reviews.llvm.org/D86983
More information about the llvm-commits
mailing list