[PATCH] D81728: [InstCombine] Add target-specific inst combining
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 24 11:55:50 PDT 2020
arsenm added a comment.
In D81728#2111901 <https://reviews.llvm.org/D81728#2111901>, @craig.topper wrote:
> As far as I know and I might be wrong, but TargetTransformInfo up til now has only provided information. It doesn't do any transforms itself. Is adding transforms to it the right thing to do?
This isn't strictly true. I recently added rewriteIntrinsicWithAddressSpace for example
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81728/new/
https://reviews.llvm.org/D81728
More information about the llvm-commits
mailing list