[llvm] [VectorCombine] Fold bitcast(bitreverse.v8i8(bitcast(IntTy))) into bswap+bitreverse (PR #209037)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 05:08:06 PDT 2026


================
@@ -0,0 +1,60 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -S -passes=vector-combine -mtriple=aarch64 < %s | FileCheck %s
----------------
RKSimon wrote:

do the CHECK lines actually disappear from the test file? often the update script is complaining about other things but stills emit the correct CHECK lines

https://github.com/llvm/llvm-project/pull/209037


More information about the llvm-commits mailing list