[PATCH] D50914: [RegisterCoalescer] Fix for assert in removePartialRedundancy

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 09:13:24 PDT 2018


MatzeB added a comment.

Please read https://llvm.org/docs/MIRLangRef.html#simplifying-mir-files

Generally we should have a short test that just exposes the problem (such short tests also often intuitively demonstrate the problem that is fixed) rather than hundreds of lines of dumped IR.


Repository:
  rL LLVM

https://reviews.llvm.org/D50914





More information about the llvm-commits mailing list