[all-commits] [llvm/llvm-project] d251d6: [VectorCombine] Fix load extract scalarization tes...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon May 24 06:12:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d251d6f8128bbc38378a69e7fec405f0935a89de
      https://github.com/llvm/llvm-project/commit/d251d6f8128bbc38378a69e7fec405f0935a89de
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-05-24 (Mon, 24 May 2021)

  Changed paths:
    M llvm/test/Transforms/VectorCombine/AArch64/load-extractelement-scalarization.ll

  Log Message:
  -----------
  [VectorCombine] Fix load extract scalarization tests with assumes.

The input IR for @load_extract_idx_var_i64_known_valid_by_assume
and @load_extract_idx_var_i64_not_known_valid_by_assume_after_load
has been swapped.

This patch fixes the test so that @load_extract_idx_var_i64_known_valid_by_assume
has the assume before the load and the other test has it after.




More information about the All-commits mailing list