[PATCH] D77727: [WIP] Only insert memref_cast when needed during canonicalization.
Pierre Oechsel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 07:27:36 PDT 2020
poechsel abandoned this revision.
poechsel added a comment.
I prefer to abandon this revision as I believe the way I'm doing things is the wrong way to do them:
- This change is already breaking with some recent diffs of LLVM.
- I really dislike having to add a "blacklist" instead of a whitelist.
- I believe a new canonicalisation pattern would be more suited (ie less invasive).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77727/new/
https://reviews.llvm.org/D77727
More information about the llvm-commits
mailing list