[PATCH] D53230: [RISCV] Introduce codegen patterns for RV64M-only instructions

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 02:11:57 PDT 2018


asb added a comment.

Thanks Shiva. I'm updating the patch series in a way that adds much more exhaustive testing for the `*W` patterns and fleshes out patterns for cases like this. I mused on the RV64I patch review thread whether there was something smarter to do here - maybe some canonicalisation. But regardless of that, it's helpful to have more exhaustive tests.


https://reviews.llvm.org/D53230





More information about the llvm-commits mailing list