[all-commits] [llvm/llvm-project] e5823b: AMDGPU: Don't create weird sized integers
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jan 20 17:03:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e5823bf806ca9fa6f87583065b3898a2edabce57
https://github.com/llvm/llvm-project/commit/e5823bf806ca9fa6f87583065b3898a2edabce57
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
Log Message:
-----------
AMDGPU: Don't create weird sized integers
There's no reason to introduce a new, unnaturally sized value
here. This has a chance to produce worse code with
legalization. Avoids regression in a future patch.
More information about the All-commits
mailing list