[all-commits] [llvm/llvm-project] 758be6: [test][AArch64] Add a test case for D121180 NFC

Allen via All-commits all-commits at lists.llvm.org
Sat Mar 26 04:12:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 758be63ac6e65bca45e1d8d8f48d976be9661cc3
      https://github.com/llvm/llvm-project/commit/758be63ac6e65bca45e1d8d8f48d976be9661cc3
  Author: zhongyunde <zhongyunde at huawei.com>
  Date:   2022-03-26 (Sat, 26 Mar 2022)

  Changed paths:
    M llvm/test/CodeGen/AArch64/sve-extract-element.ll

  Log Message:
  -----------
  [test][AArch64] Add a test case for D121180 NFC

Now, perform last active true vector combine only where
we're extracting from a flag-setting operation. But in
fact, the last active extracting will output LASTB + WHILELS,
and the WHILELS itself is a flag-setting operation, so
precommit this case to test the potentially further optimization.

Reviewed By: paulwalker-arm

Differential Revision: https://reviews.llvm.org/D122453




More information about the All-commits mailing list