[all-commits] [llvm/llvm-project] ae9893: GlobalISel: Fold G_MUL x, 0, and G_*DIV 0, x
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon May 18 15:08:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae989391723478c6e8c61b68dd4c575798f340db
https://github.com/llvm/llvm-project/commit/ae989391723478c6e8c61b68dd4c575798f340db
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-18 (Mon, 18 May 2020)
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
M llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-trivial-arith.mir
Log Message:
-----------
GlobalISel: Fold G_MUL x, 0, and G_*DIV 0, x
More information about the All-commits
mailing list