[PATCH] D71960: [Attributor] AAUndefinedBehavior: AAValueSimplify in memory accessing instructions.
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 2 09:58:39 PST 2020
jdoerfert added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/IPConstantProp/PR26044.ll:88
-
-attributes #0 = { "null-pointer-is-valid"="true" }
----------------
Please do not delete the tests but "repair" them if possible. Replace `undef` above with argument values such that we could still propagate the `load null`, which is valid in `@fn_no_null_opt`, into `@fn0`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71960/new/
https://reviews.llvm.org/D71960
More information about the llvm-commits
mailing list