[llvm] [NFC][AMDGPU] Do not flush after printing every instruction (PR #95237)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 06:34:07 PDT 2024


jayfoad wrote:

> I think the right move in the end is to move all those `CHECK: error` to check for actual line numbers using `:[[@LINE+1]]:{{[0-9]+}}:` which is the usual pattern I see for this kind of stuff.

Yes!

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


More information about the llvm-commits mailing list