[all-commits] [llvm/llvm-project] aa1761: AMDGPU/NewPM: Port SIAnnotateControlFlow to new pa...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Aug 9 20:00:12 PDT 2024
Branch: refs/heads/users/arsenm/newpm/amdgpu-port-si-annotate-control-flow
Home: https://github.com/llvm/llvm-project
Commit: aa17615b2721cf95aed5fd81c87e886eb17ba0b6
https://github.com/llvm/llvm-project/commit/aa17615b2721cf95aed5fd81c87e886eb17ba0b6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-08-10 (Sat, 10 Aug 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.h
M llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.def
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
M llvm/test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll
M llvm/test/CodeGen/AMDGPU/si-annotate-cf-unreachable.ll
Log Message:
-----------
AMDGPU/NewPM: Port SIAnnotateControlFlow to new pass manager
Does not yet add it to the pass pipeline. Somehow it causes
2 tests to assert in SelectionDAG, in functions without any
control flow.
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