[PATCH] D52100: [tblgen] Allow FixedLenDecoderEmitter to use APInt-like objects as InsnType

Ryan Houdek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 26 13:40:17 PDT 2018


Sonicadvance1 added a comment.

This commit breaks my 128bit instruction target.
I'm currently using a workaround locally for enabling APInt based encodings when your instruction encoding is >64bit.
The main issue with this approach is that getBinaryCodeForInstr completely falls apart.

I have this reverted on my local target, I recommend the same upstream until this is fully baked.


Repository:
  rL LLVM

https://reviews.llvm.org/D52100





More information about the llvm-commits mailing list