[all-commits] [llvm/llvm-project] 1e4397: [TableGen][NFC] Remove MultiClass argument and Sco...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Sun Oct 22 20:22:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e43975652e542d6bf500735e102a2ba7c364fb7
https://github.com/llvm/llvm-project/commit/1e43975652e542d6bf500735e102a2ba7c364fb7
Author: Wang Pengcheng <137158460+wangpc-pp at users.noreply.github.com>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M llvm/lib/TableGen/TGParser.cpp
Log Message:
-----------
[TableGen][NFC] Remove MultiClass argument and Scoper in QualifyName (#69297)
MultiClass argument is not used any more since aa84326.
Besides, for maintainability, we should put the implementation of
qualifying name in one place (that is `QualifyName` function), so
`Scoper` is removed and we use `IsMC` to indicate that we are in a
multiclass.
More information about the All-commits
mailing list