[all-commits] [llvm/llvm-project] cac4c1: [LAA] Replace std::tuple with struct (NFCI).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Apr 10 02:29:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cac4c14ecfcb892201ae8f4b1559909cc22082d0
https://github.com/llvm/llvm-project/commit/cac4c14ecfcb892201ae8f4b1559909cc22082d0
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
Log Message:
-----------
[LAA] Replace std::tuple with struct (NFCI).
As suggested in https://github.com/llvm/llvm-project/pull/88039, replace
the tuple with a struct, to make it easier to extend.
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