[PATCH] D45204: [X86][MIPS][ARM] New machine instruction property 'isMoveReg'
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 13 06:19:42 PDT 2018
kparzysz added a comment.
In https://reviews.llvm.org/D45204#1066982, @NikolaPrica wrote:
> There is already such hook for some mips and arm instructions like that.
Why can't you use that hook then? Make it available for all targets in TargetInstrInfo. I think that adding such bits to the instruction descriptor is a bad idea in general.
https://reviews.llvm.org/D45204
More information about the llvm-commits
mailing list