[all-commits] [llvm/llvm-project] 8dbfe8: [CIR] Fix mlir::ValueRange init from ArrayRef warn...
Amr Hesham via All-commits
all-commits at lists.llvm.org
Tue Jul 1 11:32:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dbfe83681ed2066b3591be24c4a566b87177d12
https://github.com/llvm/llvm-project/commit/8dbfe83681ed2066b3591be24c4a566b87177d12
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
Log Message:
-----------
[CIR] Fix mlir::ValueRange init from ArrayRef warning (#146577)
Fix initalizing ValueRange with ArrayRef
`ValueRange(ArrayRef<Value>(std::forward<Arg>(arg))) {}` warning
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