[all-commits] [llvm/llvm-project] 79af1c: [GlobalISel] Add wrapper classes for G_INDEXED_LOA...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Mon Sep 25 00:32:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79af1cbbb2bb5077be053ab6ce841010b8e0bb00
https://github.com/llvm/llvm-project/commit/79af1cbbb2bb5077be053ab6ce841010b8e0bb00
Author: Amara Emerson <amara at apple.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
Log Message:
-----------
[GlobalISel] Add wrapper classes for G_INDEXED_LOAD/G_INDEXED_STORE
Commit: 7e5c2672cb4ef5a607414023805b8040b8e1fa99
https://github.com/llvm/llvm-project/commit/7e5c2672cb4ef5a607414023805b8040b8e1fa99
Author: Amara Emerson <amara at apple.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
Log Message:
-----------
[GlobalISel][NFC] Clean up and modernize the indexed load/store combines.
Use wrappers and helpers to tidy it up, and remove some debug prints.
Compare: https://github.com/llvm/llvm-project/compare/7ce800ba3197...7e5c2672cb4e
More information about the All-commits
mailing list