[all-commits] [llvm/llvm-project] b899d1: [NFC][InstCombine] Add tests for negation of freeze
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Sun Aug 23 13:28:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b899d13a0f157a43295d0906fe761d39c8cf467f
https://github.com/llvm/llvm-project/commit/b899d13a0f157a43295d0906fe761d39c8cf467f
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2020-08-23 (Sun, 23 Aug 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/sub-of-negatible.ll
Log Message:
-----------
[NFC][InstCombine] Add tests for negation of freeze
Commit: f6decfa36d89a308ef6769a38b836d1352c10fb4
https://github.com/llvm/llvm-project/commit/f6decfa36d89a308ef6769a38b836d1352c10fb4
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2020-08-23 (Sun, 23 Aug 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
M llvm/test/Transforms/InstCombine/sub-of-negatible.ll
Log Message:
-----------
[InstCombine] Negator: freeze is freely negatible if it's operand is negatible
Compare: https://github.com/llvm/llvm-project/compare/51a82828fb29...f6decfa36d89
More information about the All-commits
mailing list