[PATCH] D71153: [AArch64][GlobalISel] Add support for selection of vector G_SHL with immediates.

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 17:11:49 PST 2019


saugustine added a comment.

This change fails to build when assertions are turned off, due to the variable Ty at  Arch64InstructionSelector.cpp:1013 not being used anywhere but an assertion. I'm testing a patch to fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71153





More information about the llvm-commits mailing list