This is a case where an intrinsic depends on a non-call instruction.
This fixes the testcase from https://reviews.llvm.org/D87061.
Differential D87423
[GVN] Account for masked loads/stores depending on load/store instructions kparzysz on Sep 9 2020, 4:16 PM. Authored by
Details This is a case where an intrinsic depends on a non-call instruction. This fixes the testcase from https://reviews.llvm.org/D87061.
Diff Detail
Event TimelineComment Actions LGTM thanks. Please run clang-format-diff before committing.
|
nit: I think it is more common in this file to use !local_cdep instead of local_cdefp == nullptr.