https://github.com/llvm/llvm-project/issues/55914
When counting instructions to compare with threshold debug instructions need to be ignored in order to be invariant wrt to debuginfo
Differential D127208
MachineSink debug invariance markus on Jun 7 2022, 5:27 AM. Authored by
Details
https://github.com/llvm/llvm-project/issues/55914 When counting instructions to compare with threshold debug instructions need to be ignored in order to be invariant wrt to debuginfo
Diff Detail
Unit Tests Event TimelineComment Actions Should add a .mir test
Comment Actions
+1 This change looks ok to me but FTR I haven't touched the MachineSink pass before.
|
Don't we already have some utility function for this?