[llvm] [FileCheck] Don't use regex to find prefixes (PR #72237)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 02:44:51 PST 2023


nikic wrote:

> Nice! `test/CodeGen/AMDGPU/memory-legalizer-*` may benefit from this.

I checked, and it doesn't. These tests spend most time in `llc` rather than `FileCheck`. More specifically, they spend most of the time in `-verify-machineinstrs`. `verifyUseLists()` and `getMinimalPhysRegClassLLT()` together take up about 2/3 of the profile.

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


More information about the llvm-commits mailing list