[flang-commits] [clang] [flang] [llvm] [TargetVerifier][AMDGPU] Add TargetVerifier. (PR #123609)

via flang-commits flang-commits at lists.llvm.org
Tue Apr 29 19:50:00 PDT 2025


jofrn wrote:

> I still can't figure it out why we need TargetVerifier.h and TargetVerifier.cpp in the first place.

If we want to call TargetVerify from StandardInstrumentations.cpp, then we need it because this is a target-independent location to run TargetVerify in between each pass. Working on removing it at the moment.

https://github.com/llvm/llvm-project/pull/123609


More information about the flang-commits mailing list