[PATCH] D47735: [DAGCombiner] Create rotates more aggressively
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 18 11:21:33 PDT 2018
kparzysz added inline comments.
================
Comment at: test/CodeGen/X86/rotate-multi.ll:1
+; RUN: llc -march=x86-64 < %s | FileCheck %s
+
----------------
lebedev.ri wrote:
> X86(and most others) tests mostly use `utils/update_llc_test_checks.py`
The output looks worse: it checks almost every instruction and has specific register names (outside of argument registers).
Repository:
rL LLVM
https://reviews.llvm.org/D47735
More information about the llvm-commits
mailing list