[all-commits] [llvm/llvm-project] 9e8d59: AMDGPU/GlobalISel: Remove hack for combines formin...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Aug 19 11:15:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9e8d59a9b81ec152e33881ed5bd3aa07ac805db0
https://github.com/llvm/llvm-project/commit/9e8d59a9b81ec152e33881ed5bd3aa07ac805db0
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCombine.td
Log Message:
-----------
AMDGPU/GlobalISel: Remove hack for combines forming illegal extloads
Previously we weren't adding the LegalizerInfo to the post-legalizer
combiner. Since that's fixed, we don't need to try to filter out the
one case that was breaking.
Commit: d64ad3f0516a5d539080e594f16204cd2dfd6621
https://github.com/llvm/llvm-project/commit/d64ad3f0516a5d539080e594f16204cd2dfd6621
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
Log Message:
-----------
GlobalISel: Don't check for verifier enforced constraint
Loads are always required to have a single memory operand.
Compare: https://github.com/llvm/llvm-project/compare/a208ad5ddb5b...d64ad3f0516a
More information about the All-commits
mailing list