[all-commits] [llvm/llvm-project] 4b5307: GlobalISel: Define mulfix/divfix opcodes
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jul 24 17:02:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4b53072ee526ea41ef918f2e4505d9314bd7fa56
https://github.com/llvm/llvm-project/commit/4b53072ee526ea41ef918f2e4505d9314bd7fa56
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-24 (Fri, 24 Jul 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
M llvm/include/llvm/Support/TargetOpcodes.def
M llvm/include/llvm/Target/GenericOpcodes.td
M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-fixed-point-intrinsics.ll
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
Log Message:
-----------
GlobalISel: Define mulfix/divfix opcodes
The full expansion involves the funnel shifts, which depend on another
patch to expand those.
More information about the All-commits
mailing list