[all-commits] [llvm/llvm-project] f984b0: [GlobalISel] Refactor the unmerge artifact value f...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Thu Jul 29 17:18:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f984b0e177f8342a66bde66f65c71ac68bc9acf0
https://github.com/llvm/llvm-project/commit/f984b0e177f8342a66bde66f65c71ac68bc9acf0
Author: Amara Emerson <amara at apple.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
Log Message:
-----------
[GlobalISel] Refactor the unmerge artifact value finder code.
I moved the code that tries to combine away each unmerge def into a method in
ArtifactValueFinder class itself. This removes a logically messy lambda and
makes it easier to use the value-finder in more places in future.
More information about the All-commits
mailing list