[all-commits] [llvm/llvm-project] c4c52d: [mlir][ArmSME] Move vector.extract/insert lowering...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Mon Nov 20 06:05:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4c52d4199e13125fd9560f9f3b2d8a6bf2582f2
      https://github.com/llvm/llvm-project/commit/c4c52d4199e13125fd9560f9f3b2d8a6bf2582f2
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2023-11-20 (Mon, 20 Nov 2023)

  Changed paths:
    M mlir/lib/Conversion/VectorToArmSME/VectorToArmSME.cpp
    M mlir/lib/Dialect/ArmSME/Transforms/LegalizeForLLVMExport.cpp

  Log Message:
  -----------
  [mlir][ArmSME] Move vector.extract/insert lowerings to vector-to-arm-sme (NFC) (#72852)

These were placed in LegalizeForLLVMExport.cpp, which is the wrong stage
for these, as these lower to high-level ArmSME ops, not intrinsics.




More information about the All-commits mailing list