Files
clang-p2996/llvm/utils/TableGen/X86RecognizableInstr.cpp
Rahul Joshi 2f2c327017 [NFC][TableGen] Use StringRef in X86RecognizableInstr (#139648)
- Use `StringRef` instead of `std::string` in several functions.
- Fix some variable names to conform to LLVM coding standard.
- Use llvm::function_ref instead of function pointer for `handleOperand`
argument.
2025-05-14 06:06:08 -07:00

50 KiB