[PATCH] D68189: [InstCombine] recognize popcount implemented in hacker's delight.
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 22:33:07 PDT 2019
shchenz marked an inline comment as done.
shchenz added inline comments.
================
Comment at: llvm/test/Transforms/AggressiveInstCombine/popcount.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -O3 < %s -instcombine -S | FileCheck %s
+
----------------
craig.topper wrote:
> Why does this run the entire -O3 pipeline and not just the aggressive instcombine pass?
Thanks, done in rL374514
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68189/new/
https://reviews.llvm.org/D68189
More information about the llvm-commits
mailing list