[all-commits] [llvm/llvm-project] cdc5b6: AMDGPU/GISel: Update some MIR tests to reduce futu...
Nicolai Hähnle via All-commits
all-commits at lists.llvm.org
Tue May 3 05:09:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdc5b64ed6dbdc5b5b97e85df3878654e2b0244e
https://github.com/llvm/llvm-project/commit/cdc5b64ed6dbdc5b5b97e85df3878654e2b0244e
Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date: 2022-05-03 (Tue, 03 May 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-mul.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sdiv.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-srem.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-udiv.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umulo.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-urem.mir
Log Message:
-----------
AMDGPU/GISel: Update some MIR tests to reduce future churn
The default output format of the update_mir_test_checks.py script has
changed since some of these tests were generated.
Also, an upcoming commit will introduce differences between GFX9 and
GFX10 in the legalization of G_MUL.
More information about the All-commits
mailing list