[PATCH] D119934: [RISCV] Fix a mistake in PostprocessISelDAG
Haocong Lu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 17:52:00 PST 2022
Luhaocong added a comment.
In D119934#3326658 <https://reviews.llvm.org/D119934#3326658>, @craig.topper wrote:
> Do you have test case?
`store i64 %inc, i64* @g_8` is the root node of CurDAG,with `N->use_empty()` is `true`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119934/new/
https://reviews.llvm.org/D119934
More information about the llvm-commits
mailing list