[all-commits] [llvm/llvm-project] 752e2e: AMDGPU/GlobalISel: Rewrite fadd select tests
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jan 29 07:49:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 752e2e245ab6bfb6203c226bbe295ddf4e018830
https://github.com/llvm/llvm-project/commit/752e2e245ab6bfb6203c226bbe295ddf4e018830
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
R llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.mir
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.s16.mir
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.s32.mir
A llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.s64.mir
Log Message:
-----------
AMDGPU/GlobalISel: Rewrite fadd select tests
Convert to the style most others use with one test instruction per
function, and use an implicit use to ensure the result register class
is constrained.
Change-Id: I6109148b0e3c80aa5535796a37abca583c19a936
Commit: f717483acd5e7d278ecd54ae80d2c1138fb51d06
https://github.com/llvm/llvm-project/commit/f717483acd5e7d278ecd54ae80d2c1138fb51d06
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
Log Message:
-----------
GlobalISel: Assert on invalid bitcast in MIRBuilder
The other casts validate, so this should too.
Compare: https://github.com/llvm/llvm-project/compare/01213f90700d...f717483acd5e
More information about the All-commits
mailing list