[all-commits] [llvm/llvm-project] 27bebc: [GISel] Unify multiple instances of getTypeForLLT ...
Christudasan Devadasan via All-commits
all-commits at lists.llvm.org
Sat Jun 15 05:41:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27bebc11611bd87390cb715ea2723276cb69341e
https://github.com/llvm/llvm-project/commit/27bebc11611bd87390cb715ea2723276cb69341e
Author: Christudasan Devadasan <christudasan.devadasan at amd.com>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/CodeGen/GlobalISel/Utils.cpp
M llvm/lib/Target/RISCV/GISel/RISCVLegalizerInfo.cpp
Log Message:
-----------
[GISel] Unify multiple instances of getTypeForLLT (NFC) (#95577)
Multiple static instances of this utility function have been found in
different GlobalISel files.
Unifying them by adding an instance in utils.cpp.
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