[all-commits] [llvm/llvm-project] e97aa5: AMDGPU/GlobalISel: Don't assert in LegalizerInfo c...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Jul 26 20:03:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e97aa5609fa53827c8c09a0fc79075dc834f292d
https://github.com/llvm/llvm-project/commit/e97aa5609fa53827c8c09a0fc79075dc834f292d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-26 (Sun, 26 Jul 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/dummy-target.ll
Log Message:
-----------
AMDGPU/GlobalISel: Don't assert in LegalizerInfo constructor
We don't really need these asserts. The LegalizerInfo is also
overly-aggressivly constructed, even when not in use. It needs to not
assert on dummy targets that have manually specified, unrelated
features.
More information about the All-commits
mailing list