[all-commits] [llvm/llvm-project] a21c24: [ARMParallelDSP] Remove unnecessary ModRef interse...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sun Jul 31 23:35:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a21c245307d21d592d2179398161fe7054fd1330
      https://github.com/llvm/llvm-project/commit/a21c245307d21d592d2179398161fe7054fd1330
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
    M llvm/lib/Target/ARM/ARMParallelDSP.cpp

  Log Message:
  -----------
  [ARMParallelDSP] Remove unnecessary ModRef intersection (NFC)

Intersecting with ModRef is a no-op, as these are the only two
possible values.


  Commit: 4ec22ba9c88655fdf676008d6755ec71185099be
      https://github.com/llvm/llvm-project/commit/4ec22ba9c88655fdf676008d6755ec71185099be
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
    M llvm/lib/Analysis/GlobalsModRef.cpp

  Log Message:
  -----------
  [GlobalsAA] Remove unnecessary AAResultBase fallback (NFC)

This is unnecessary, as AA result chaining is implemented at a
higher level now.


Compare: https://github.com/llvm/llvm-project/compare/39dd8dcf208d...4ec22ba9c886


More information about the All-commits mailing list