[all-commits] [llvm/llvm-project] ca5a01: [InstSimplify] Add test for incorrect freeze of or...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Nov 30 08:26:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca5a01d8e473eb4c3e6a3e2061875f7ca958d748
      https://github.com/llvm/llvm-project/commit/ca5a01d8e473eb4c3e6a3e2061875f7ca958d748
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M llvm/test/Transforms/InstSimplify/freeze-noundef.ll

  Log Message:
  -----------
  [InstSimplify] Add test for incorrect freeze of or disjoint (NFC)


  Commit: ea602cb80678fbf5f52bbbda142437164b2a3407
      https://github.com/llvm/llvm-project/commit/ea602cb80678fbf5f52bbbda142437164b2a3407
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M llvm/lib/IR/Operator.cpp
    M llvm/test/Transforms/InstSimplify/freeze-noundef.ll

  Log Message:
  -----------
  [IR] Support or disjoint in hasPoisonGeneratingFlags()

This fixed incorrect removal of freeze instructions.


Compare: https://github.com/llvm/llvm-project/compare/3f505cd58776...ea602cb80678


More information about the All-commits mailing list