[all-commits] [llvm/llvm-project] 18925d: [X86] Add test case for commit e52bc1d2bba794b.
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Dec 14 19:19:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 18925dd8722e713e25d55218a826e2aca8cdd7c3
https://github.com/llvm/llvm-project/commit/18925dd8722e713e25d55218a826e2aca8cdd7c3
Author: Luo, Yuanke <yuanke.luo at intel.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
A llvm/test/CodeGen/X86/AMX/amx-intrinsic-chain.ll
Log Message:
-----------
[X86] Add test case for commit e52bc1d2bba794b.
Differential Revision: https://reviews.llvm.org/D93173
Commit: da2551f3d191c1f0a32a3c9e3a26d2a236825871
https://github.com/llvm/llvm-project/commit/da2551f3d191c1f0a32a3c9e3a26d2a236825871
Author: Nico Weber <thakis at chromium.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M llvm/docs/HowToUpdateDebugInfo.rst
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/TargetPassConfig.h
M llvm/include/llvm/InitializePasses.h
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGen.cpp
R llvm/lib/CodeGen/MachineCheckDebugify.cpp
M llvm/lib/CodeGen/MachineDebugify.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
R llvm/test/CodeGen/Generic/MIRDebugify/check-line-and-variables-x.mir
R llvm/test/CodeGen/Generic/MIRDebugify/check-line-and-variables.ll
R llvm/test/CodeGen/Generic/MIRDebugify/check-line-and-variables.mir
M llvm/test/CodeGen/Generic/MIRDebugify/locations-and-values.mir
M llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
Log Message:
-----------
Revert "[Debugify] Support checking Machine IR debug info"
This reverts commit c4d2d4337d50bed3cafd564daece1a197005b22b.
Necessary to revert 2a5675f11d3bc803a245c0e.
Commit: 841f9c937f6e593c926a26aedf054436eb807fe6
https://github.com/llvm/llvm-project/commit/841f9c937f6e593c926a26aedf054436eb807fe6
Author: Nico Weber <thakis at chromium.org>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M llvm/lib/CodeGen/MachineDebugify.cpp
M llvm/lib/Transforms/Utils/Debugify.cpp
R llvm/test/CodeGen/AArch64/GlobalISel/constant-mir-debugify.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-phi-insertpt-decrement.mir
R llvm/test/CodeGen/AArch64/GlobalISel/phi-mir-debugify.mir
R llvm/test/CodeGen/Generic/MIRDebugify/locations-and-values.mir
A llvm/test/CodeGen/Generic/MIRDebugify/locations.mir
M llvm/test/DebugInfo/debugify.ll
Log Message:
-----------
Revert "[MachineDebugify] Insert synthetic DBG_VALUE instructions"
This reverts commit 2a5675f11d3bc803a245c0e2a3b47491c8f8a065.
The tests it adds fail: https://reviews.llvm.org/D78135#2453736
Compare: https://github.com/llvm/llvm-project/compare/7799ef7121aa...841f9c937f6e
More information about the All-commits
mailing list