[all-commits] [llvm/llvm-project] 3815ae: [machinesink] fix debug invariance issue
markuslavin via All-commits
all-commits at lists.llvm.org
Mon Jun 20 23:13:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3815ae29b5cb43333adde04df9d9a7a644b77d68
https://github.com/llvm/llvm-project/commit/3815ae29b5cb43333adde04df9d9a7a644b77d68
Author: Markus Lavin <markus.lavin at ericsson.com>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/MachineSink.cpp
A llvm/test/CodeGen/X86/machinesink-debug-inv-0.mir
Log Message:
-----------
[machinesink] fix debug invariance issue
Do not include debug instructions when comparing block sizes with
thresholds.
Differential Revision: https://reviews.llvm.org/D127208
More information about the All-commits
mailing list