[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
Mon Dec 14 09:20:43 PST 2015


echristo added a comment.

I understand the conflicting priorities here for sure. You'd like a test that's as minimal as possible, without having to depend on external (to clang) libraries here. I really would appreciate it if you'd make the test not rely on mem2reg etc so we can be sure that clang's code generation is the thing tested here and not the optimizer. Making sure that the unoptimized output reduces properly would be a great opt test for the backend though.

Thanks!

-eric


http://reviews.llvm.org/D15223





More information about the cfe-commits mailing list