[PATCH] D81728: [InstCombine] Add target-specific inst combining
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 24 09:43:08 PDT 2020
craig.topper added a comment.
Herald added a subscriber: wuzish.
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?
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