[all-commits] [llvm/llvm-project] 1b349b: [X86] Add test coverage for ctpop/parity with freeze
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Aug 8 10:25:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b349bdaaa540e97d90318c3706527f6ca084987
https://github.com/llvm/llvm-project/commit/1b349bdaaa540e97d90318c3706527f6ca084987
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-08-08 (Mon, 08 Aug 2022)
Changed paths:
M llvm/test/CodeGen/X86/freeze-unary.ll
Log Message:
-----------
[X86] Add test coverage for ctpop/parity with freeze
These are safe to fold from freeze(unaryop(x)) -> unaryop(freeze(x))
More information about the All-commits
mailing list