[llvm] [AMDGPU] Add verifier for flat_scr_base_hi read hazard (PR #170550)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 3 12:50:20 PST 2025


rampitec wrote:

> No real objection but... shouldn't verifyInstruction call isOperandLegal on all operands so that we don't have to duplicate checks like this?

I was surprised it does not, but it is a way bigger change.

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


More information about the llvm-commits mailing list