[all-commits] [llvm/llvm-project] f30251: [GlobalISel] Clean up CombinerHelper::apply* funct...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Fri Jul 2 13:17:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f30251f5272e8b4dc1dec00f01dff807eb8a7895
https://github.com/llvm/llvm-project/commit/f30251f5272e8b4dc1dec00f01dff807eb8a7895
Author: Amara Emerson <amara at apple.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
M llvm/include/llvm/Target/GlobalISel/Combine.td
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
Log Message:
-----------
[GlobalISel] Clean up CombinerHelper::apply* functions to return void.
For some reason we/I started writing these as returning bool when the return value
is actually ignored by the combiner.
More information about the All-commits
mailing list