[all-commits] [llvm/llvm-project] fdde69: AMDGPU/GlobalISel: Work around verifier error in test
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 9 07:24:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fdde69aac9b99a5cda49c5b738dc8dc67ea4cbbd
https://github.com/llvm/llvm-project/commit/fdde69aac9b99a5cda49c5b738dc8dc67ea4cbbd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/GlobalISel/dynamic-alloca-divergent.ll
Log Message:
-----------
AMDGPU/GlobalISel: Work around verifier error in test
The unfortunate split between finalizeLowering and the selector pass
means there's a point where the verifier fails. The DAG selector pass
skips the verifier, but this seems to not work when using the
GlobalISel fallback.
More information about the All-commits
mailing list