[all-commits] [llvm/llvm-project] 2dde27: [SVE] Refactor sve-bitcast.ll to include all combi...

paulwalker-arm via All-commits all-commits at lists.llvm.org
Fri Jun 3 04:11:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2dde272db767dbc74ebc326b787d25aa82a05b2e
      https://github.com/llvm/llvm-project/commit/2dde272db767dbc74ebc326b787d25aa82a05b2e
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2022-06-03 (Fri, 03 Jun 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sve-bitcast.ll

  Log Message:
  -----------
  [SVE] Refactor sve-bitcast.ll to include all combinations for legal types.

Patch enables custom lowering for MVT::nxv4bf16 because otherwise
the refactored test file triggers a selection failure.

The reason for the refactoring it to highlight cases where the
generated code is wrong.




More information about the All-commits mailing list