[PATCH] D66498: [GlobalISel] Import patterns containing INSERT_SUBREG

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 13:15:30 PDT 2019


paquette updated this revision to Diff 216933.
paquette edited the summary of this revision.
paquette added a comment.

- Check for None in `inferSuperRegisterClass`.

- Rename test to GlobalISelEmitterSubreg.td. I have some changes that implement SUBREG_TO_REG and I decided to reuse the test for it, so might as well do the rename here.

- Remove unused flag from FileCheck line in the test.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66498/new/

https://reviews.llvm.org/D66498

Files:
  llvm/test/CodeGen/AArch64/GlobalISel/select-concat-vectors.mir
  llvm/test/CodeGen/AArch64/GlobalISel/select-int-ext.mir
  llvm/test/CodeGen/X86/GlobalISel/select-copy.mir
  llvm/test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir
  llvm/test/CodeGen/X86/GlobalISel/select-ext.mir
  llvm/test/CodeGen/X86/GlobalISel/x86_64-select-zext.mir
  llvm/test/TableGen/GlobalISelEmitterSubreg.td
  llvm/utils/TableGen/CodeGenTarget.cpp
  llvm/utils/TableGen/CodeGenTarget.h
  llvm/utils/TableGen/GlobalISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66498.216933.patch
Type: text/x-patch
Size: 32074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190823/68f1c816/attachment.bin>


More information about the llvm-commits mailing list