================ @@ -0,0 +1,85 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py +; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+avx512bmm,+avx512vl,+avx512bw --show-mc-encoding | FileCheck %s + +; Test vbitrevb instruction generation from bitreverse intrinsic +; This test verifies that the bitreverse intrinsic generates vbitrevb instructions +; when AVX512BMM is available. This tests code converted from C (bitrev3.c). ---------------- RKSimon wrote:
Do you need all 3 files now that they always use the generic bitreverse? https://github.com/llvm/llvm-project/pull/182556 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
