[all-commits] [llvm/llvm-project] b26e6a: [GlobalISel] Add `GITypeOf` special type (#66079)
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Oct 31 01:57:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b26e6a8eb57da6bc0f6d968a7ff87be0f3862683
https://github.com/llvm/llvm-project/commit/b26e6a8eb57da6bc0f6d968a7ff87be0f3862683
Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M llvm/docs/GlobalISel/MIRPatterns.rst
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h
M llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
M llvm/include/llvm/Target/GlobalISel/Combine.td
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
A llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-typeof.td
M llvm/test/TableGen/GlobalISelCombinerEmitter/operand-types.td
M llvm/test/TableGen/GlobalISelCombinerEmitter/pattern-parsing.td
A llvm/test/TableGen/GlobalISelCombinerEmitter/typeof-errors.td
M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
M llvm/utils/TableGen/GlobalISelMatchTable.cpp
M llvm/utils/TableGen/GlobalISelMatchTable.h
Log Message:
-----------
[GlobalISel] Add `GITypeOf` special type (#66079)
Allows creating a register/immediate that uses the same type as a
matched operand.
More information about the All-commits
mailing list