[all-commits] [llvm/llvm-project] 2e62a2: [stackmaps] Legalise patchpoint arguments.
Edd Barrett via All-commits
all-commits at lists.llvm.org
Fri Jul 15 04:02:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e62a26fd77d5c63c27597609628251338ff13dc
https://github.com/llvm/llvm-project/commit/2e62a26fd77d5c63c27597609628251338ff13dc
Author: Edd Barrett <vext01 at gmail.com>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/test/CodeGen/AArch64/stackmap.ll
M llvm/test/CodeGen/SystemZ/stackmap.ll
A llvm/test/CodeGen/X86/selectiondag-patchpoint-legalize.ll
Log Message:
-----------
[stackmaps] Legalise patchpoint arguments.
This is similar to D125680, but for llvm.experimental.patchpoint
(instead of llvm.experimental.stackmap).
Differential review: https://reviews.llvm.org/D129268
More information about the All-commits
mailing list