[PATCH] D73659: [GlobalISel] Add new combine to convert G_MUL to G_SHL.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 13:13:07 PST 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/combine-mul-to-lsl.mir:72
+ RET_ReallyLR implicit-def $x0
+...
----------------
Add some vector cases to make sure they at least don't crash?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73659/new/
https://reviews.llvm.org/D73659
More information about the llvm-commits
mailing list