[all-commits] [llvm/llvm-project] 6c570f: GlobalISel: Add G_EXTRACT/G_INSERT offset to legal...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jun 5 11:55:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6c570f789dc827960f3b8f6acddf0a07a7746673
https://github.com/llvm/llvm-project/commit/6c570f789dc827960f3b8f6acddf0a07a7746673
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
M llvm/include/llvm/Target/GenericOpcodes.td
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
Log Message:
-----------
GlobalISel: Add G_EXTRACT/G_INSERT offset to legalize info
Immediate legalize fields were added for G_SEXT_INREG. Simiarly, these
are likely not legal except for certain offsets.
More information about the All-commits
mailing list