[all-commits] [llvm/llvm-project] 7fdb93: [CodeGen] Add standard traits for LiveInterval::Si...
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu Jan 25 09:44:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7fdb932c4e78706cec3468a1f149e5a54a865d36
https://github.com/llvm/llvm-project/commit/7fdb932c4e78706cec3468a1f149e5a54a865d36
Author: Jay Foad <jay.foad at amd.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M llvm/include/llvm/CodeGen/LiveInterval.h
Log Message:
-----------
[CodeGen] Add standard traits for LiveInterval::SingleLinkedListIterator (#79473)
For example this will allow LiveInterval::subranges() to be used in
any_of/all_of/none_of.
More information about the All-commits
mailing list