[PATCH] D106714: [Matrix] RAUW should only replace an instruction in ShapeMap if supportsShapeInfo
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 26 10:40:09 PDT 2021
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp:894
+ //
+ // Because we add to ToRemove during fusion we can't guarantee that defs
+ // are before uses. Change uses to undef but keep track of them so that
----------------
Is this to fix a separate issue? The changes seem unrelated to the ShapeInfo issue.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106714/new/
https://reviews.llvm.org/D106714
More information about the llvm-commits
mailing list