[all-commits] [llvm/llvm-project] 72c901: [TableGen] CodeGenIntrinsic - pass DefaultProperti...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jun 3 04:52:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72c901f5e59477e568b1b04dae9de753b9d1f6f3
https://github.com/llvm/llvm-project/commit/72c901f5e59477e568b1b04dae9de753b9d1f6f3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-06-03 (Mon, 03 Jun 2024)
Changed paths:
M llvm/utils/TableGen/Basic/CodeGenIntrinsics.cpp
M llvm/utils/TableGen/Basic/CodeGenIntrinsics.h
Log Message:
-----------
[TableGen] CodeGenIntrinsic - pass DefaultProperties as ArrayRef instead of std::vector by value.
Avoid std::vector copies as setDefaultProperties just iterates across the Records
Fixes #89207
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