[all-commits] [llvm/llvm-project] 79378b: GlobalISel: Fix a failing combiner test
Volkan Keles via All-commits
all-commits at lists.llvm.org
Tue Sep 15 16:42:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 79378b1b757d5c981e60320f5a735f3e356557a0
https://github.com/llvm/llvm-project/commit/79378b1b757d5c981e60320f5a735f3e356557a0
Author: Volkan Keles <vkeles at apple.com>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
Log Message:
-----------
GlobalISel: Fix a failing combiner test
test/CodeGen/AArch64/GlobalISel/combine-trunc.mir was failing
due to the different order for evaluating function arguments.
This patch updates the related code to fix the issue.
More information about the All-commits
mailing list