[all-commits] [llvm/llvm-project] 1fe129: GlobalISel: Legalize strict_fsub
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Nov 18 15:21:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fe1299a93e1001455cb5088ed2cac87967f0029
https://github.com/llvm/llvm-project/commit/1fe1299a93e1001455cb5088ed2cac87967f0029
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-11-18 (Fri, 18 Nov 2022)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-strict_fsub.mir
M llvm/test/CodeGen/AMDGPU/strict_fsub.f16.ll
M llvm/test/CodeGen/AMDGPU/strict_fsub.f32.ll
M llvm/test/CodeGen/AMDGPU/strict_fsub.f64.ll
Log Message:
-----------
GlobalISel: Legalize strict_fsub
In the future should probably have a more convenient
way to switch between building strict and non-strict ops.
More information about the All-commits
mailing list