[PATCH] D71960: [Attributor] AAUndefinedBehavior: AAValueSimplify in memory accessing instructions.

Stefanos Baziotis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 15:36:11 PST 2020


baziotis marked an inline comment as done.
baziotis added inline comments.


================
Comment at: llvm/test/Transforms/Attributor/IPConstantProp/PR26044.ll:88
-
-attributes #0 = { "null-pointer-is-valid"="true" }
----------------
jdoerfert wrote:
> 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`.
Ah right. Let me make the "null-pointer-is-valid"="true" more obvious because I keep forgetting it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71960/new/

https://reviews.llvm.org/D71960





More information about the llvm-commits mailing list