[PATCH] D120077: [EarlyCSE][OpaquePtr] Check access type when performing DSE
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 17 11:52:21 PST 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
> This will bail out on target specific intrinsics. If those are deemed important enough for EarlyCSE to handle, we can augment MemIntrinsicInfo with an access type for TargetTransformInfo::getTgtMemIntrinsic() to handle.
Well, given the lack of test coverage for this case, I daresay it is not important enough...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120077/new/
https://reviews.llvm.org/D120077
More information about the llvm-commits
mailing list