[PATCH] D69542: Full Restrict Support - single patch
Ramkrishnan Narayanan Komala via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 08:27:04 PDT 2023
ram-NK added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LICM.cpp:2097
+
// Stores *of* the pointer are not interesting, only stores *to* the
// pointer.
----------------
Rodinia/backprop benchmark of llvm-test-suite is failed, When I test with this patch.
My analysis points to a restrict argument ( %hidden_units in bpnn_train_kernel()), Which is promoted by LICM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69542/new/
https://reviews.llvm.org/D69542
More information about the llvm-commits
mailing list