[all-commits] [llvm/llvm-project] 6fe3cd: [MLIR][NFC] Add fast path to fused loc flattening....

Benjamin Chetioui via All-commits all-commits at lists.llvm.org
Wed Dec 13 03:40:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fe3cd54670cae52dae92a38a6d28f450fe8f321
      https://github.com/llvm/llvm-project/commit/6fe3cd54670cae52dae92a38a6d28f450fe8f321
  Author: Benjamin Chetioui <3920784+bchetioui at users.noreply.github.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    M mlir/lib/Transforms/Utils/FoldUtils.cpp

  Log Message:
  -----------
  [MLIR][NFC] Add fast path to fused loc flattening. (#75312)

This is a follow-up on [PR
75218](https://github.com/llvm/llvm-project/pull/75218) that avoids
reconstructing a fused loc in the `FlattenFusedLocationRecursively`
helper when there has been no change.




More information about the All-commits mailing list