[llvm] [CodeGen] MachineVerifier to check early-clobber constraint (PR #151421)

Abhay Kanhere via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 7 14:45:16 PDT 2025


AbhayKanhere wrote:

I tried machine verifier test to check early-clobber is present.  but any test .mir where earlyclobber is not set on instruction when MIR is read-in, that attribute gets set correctly via addOperands. So I am not able to test missing early-clobber crash!   

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


More information about the llvm-commits mailing list