[all-commits] [llvm/llvm-project] 6d98f3: [LoopVersioningLICM] Clarify scope of AST (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Nov 14 06:29:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d98f3a6dfa392b2c87a0e55d0d2aa4685faba0d
      https://github.com/llvm/llvm-project/commit/6d98f3a6dfa392b2c87a0e55d0d2aa4685faba0d
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-11-14 (Mon, 14 Nov 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp

  Log Message:
  -----------
  [LoopVersioningLICM] Clarify scope of AST (NFC)

Make it clearer that the AST is only temporarily used during the
legality check, and does not have to survive into the transformation
phase.




More information about the All-commits mailing list