[all-commits] [llvm/llvm-project] 3d65bd: [NFC] Reduce copies created of ConstantRange when ...
Andreas Jonson via All-commits
all-commits at lists.llvm.org
Wed May 1 18:48:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d65bd935a91439c483c56a966edc283a2b1130d
https://github.com/llvm/llvm-project/commit/3d65bd935a91439c483c56a966edc283a2b1130d
Author: Andreas Jonson <andjo403 at hotmail.com>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M llvm/include/llvm/IR/Attributes.h
M llvm/lib/IR/AttributeImpl.h
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Transforms/Utils/FunctionComparator.cpp
Log Message:
-----------
[NFC] Reduce copies created of ConstantRange when getting ConstantRangeAttributes (#90335)
Think that it can be good to reduce the number of copies created when
working with ConstantRangeAttributes.
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