[PATCH] D44704: [GlobalISel][X86][ARM] Relaxing type constraints on G_SHL and friends

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 15:16:50 PDT 2018


dsanders added a comment.

The GenericOpcodes.td change makes sense to me but I'm surprised that only AMGGPU's LegalizerInfo is changing and only for SHL. I'd have expected most (probably all) GlobalISel targets to need to change all three shifts.

Also, could you add a test case?


Repository:
  rL LLVM

https://reviews.llvm.org/D44704





More information about the llvm-commits mailing list