mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
[AMDGPU] Remove assert
Remove assert introduced in D101177, following post-commit feedback.
This commit is contained in:
parent
4479d97145
commit
876cd27749
@ -1525,7 +1525,6 @@ bool SIInsertWaitcnts::insertWaitcntInBlock(MachineFunction &MF,
|
|||||||
// there cannot be a vector store to the same memory location.
|
// there cannot be a vector store to the same memory location.
|
||||||
if (!Memop->isInvariant()) {
|
if (!Memop->isInvariant()) {
|
||||||
const Value *Ptr = Memop->getValue();
|
const Value *Ptr = Memop->getValue();
|
||||||
assert(Ptr);
|
|
||||||
SLoadAddresses.insert(std::make_pair(Ptr, Inst.getParent()));
|
SLoadAddresses.insert(std::make_pair(Ptr, Inst.getParent()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user