[all-commits] [llvm/llvm-project] 354548: [clang][Interp][NFC] Make some variables in the op...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sun Jan 28 07:15:55 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 354548621fdbaead4832361d26922b91488e401a
https://github.com/llvm/llvm-project/commit/354548621fdbaead4832361d26922b91488e401a
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-01-28 (Sun, 28 Jan 2024)
Changed paths:
M clang/utils/TableGen/ClangOpcodesEmitter.cpp
Log Message:
-----------
[clang][Interp][NFC] Make some variables in the opcode emitter const
Commit: 916bd7d3bb42627f52e2f8ed2f87e08db4960a72
https://github.com/llvm/llvm-project/commit/916bd7d3bb42627f52e2f8ed2f87e08db4960a72
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-01-28 (Sun, 28 Jan 2024)
Changed paths:
M clang/utils/TableGen/ClangOpcodesEmitter.cpp
Log Message:
-----------
[clang][Interp][NFC] Remove Root record from opcode emitter
It's only used once and only for its name, so replace that with
a string literal.
Compare: https://github.com/llvm/llvm-project/compare/74e5418ae663...916bd7d3bb42
More information about the All-commits
mailing list