[all-commits] [llvm/llvm-project] 7257e6: [ValueTracking] ctpop propagates poison

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Sat May 1 21:05:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7257e6a68a722a7ce647e6510ac3d930fc65b7de
      https://github.com/llvm/llvm-project/commit/7257e6a68a722a7ce647e6510ac3d930fc65b7de
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2021-05-02 (Sun, 02 May 2021)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/InstCombine/ispow2.ll

  Log Message:
  -----------
  [ValueTracking] ctpop propagates poison

This is a patch that adds ctpop intrinsics to propagatesPoison.

Splitted from D101191




More information about the All-commits mailing list