[all-commits] [llvm/llvm-project] 1841b0: [CIR] Add OptInfo attribute (#146261)
Sirui Mu via All-commits
all-commits at lists.llvm.org
Wed Jul 2 08:30:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1841b021c6bfda80cd0edd97cc8dff8e0f718993
https://github.com/llvm/llvm-project/commit/1841b021c6bfda80cd0edd97cc8dff8e0f718993
Author: Sirui Mu <msrlancern at gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
M clang/include/clang/CIR/Dialect/IR/CIRDialect.td
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
A clang/test/CIR/CodeGen/opt-info-attr.cpp
A clang/test/CIR/IR/invalid-opt-info.cir
Log Message:
-----------
[CIR] Add OptInfo attribute (#146261)
This patch adds the `#cir.opt_info` attribute which holds module-level
optimization information.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list