[all-commits] [llvm/llvm-project] 9a6ee4: [CodeGen][NewPM] Port machine trace metrics analys...
Christudasan Devadasan via All-commits
all-commits at lists.llvm.org
Wed Oct 16 00:47:34 PDT 2024
Branch: refs/heads/users/cdevadas/port-machine-trace-metrics-to-npm
Home: https://github.com/llvm/llvm-project
Commit: 9a6ee43d98bcbedf5267a701b1f9c64932a0370a
https://github.com/llvm/llvm-project/commit/9a6ee43d98bcbedf5267a701b1f9c64932a0370a
Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M llvm/include/llvm/CodeGen/MachineTraceMetrics.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Passes/MachinePassRegistry.def
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/MachineCombiner.cpp
M llvm/lib/CodeGen/MachineTraceMetrics.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
M llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp
Log Message:
-----------
[CodeGen][NewPM] Port machine trace metrics analysis to new pass manager.
Commit: 603193755801b3c66d6510611fe58e0cfb84e039
https://github.com/llvm/llvm-project/commit/603193755801b3c66d6510611fe58e0cfb84e039
Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M llvm/include/llvm/CodeGen/MachineTraceMetrics.h
M llvm/lib/CodeGen/MachineTraceMetrics.cpp
Log Message:
-----------
used unique_ptr for Ensembles
Commit: 8343a106128cd866fc7177e7095a71ce6d02b0c1
https://github.com/llvm/llvm-project/commit/8343a106128cd866fc7177e7095a71ce6d02b0c1
Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M llvm/lib/CodeGen/MachineTraceMetrics.cpp
Log Message:
-----------
removed unwanted nullptr check.
Commit: 07850f8729f9c907951255586b880aec3a10f81f
https://github.com/llvm/llvm-project/commit/07850f8729f9c907951255586b880aec3a10f81f
Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M llvm/lib/CodeGen/MachineTraceMetrics.cpp
Log Message:
-----------
removed the unwanted .get() from the object wrapped by unique_ptr.
Compare: https://github.com/llvm/llvm-project/compare/3c602bcdc2c1...07850f8729f9
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list