[PATCH] D95503: [AMDGPU] WQM/WWM: Fix marking of partial definitions
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 10:06:01 PST 2021
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp:265
std::vector<WorkItem> &Worklist) {
- assert(!MRI->isSSA());
-
----------------
You lost this assert (but we should convert it to the pass required properties set anyway)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95503/new/
https://reviews.llvm.org/D95503
More information about the llvm-commits
mailing list