[PATCH] D69542: Full Restrict Support - single patch
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 13:38:15 PST 2020
barannikov88 added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/LoopRotationUtils.cpp:494
// Otherwise, create a duplicate of the instruction.
Instruction *C = Inst->clone();
----------------
@jeroen.dobbelaere
In case the instruction is Load or Store, its provenance operand is set UndefValue upon cloning. Is this behavior appropriate here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69542/new/
https://reviews.llvm.org/D69542
More information about the llvm-commits
mailing list