[all-commits] [llvm/llvm-project] 3213ce: TailDuplication: Clear NoPHIs property
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Dec 27 11:18:21 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3213ce966b6b3395ba6a5f5d3ee7e17c7bd857ac
https://github.com/llvm/llvm-project/commit/3213ce966b6b3395ba6a5f5d3ee7e17c7bd857ac
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M llvm/lib/CodeGen/TailDuplication.cpp
A llvm/test/CodeGen/AMDGPU/early-tailduplicator-nophis.mir
Log Message:
-----------
TailDuplication: Clear NoPHIs property
The early tail duplicator pass introduces new ones, so a MIR test that
infers no phis since there were none on the input would fail the
verifier after running.
More information about the All-commits
mailing list