[PATCH] D15223: [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML{AS}H v8.1a intrinsics.

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 11 17:49:33 PST 2015


echristo added a comment.

Should be pretty easy to either use CHECK-DAG or pick out the particular instructions you want to check here. Otherwise you're just checking how the optimizer runs. That, in particular, also sounds like a good backend check.


http://reviews.llvm.org/D15223





More information about the cfe-commits mailing list