[all-commits] [llvm/llvm-project] d18b7e: [InstCombine] add tests for icmp with trunc op; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Nov 3 09:43:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d18b7ea621613472f9ca95103a82e7d05d17bcef
https://github.com/llvm/llvm-project/commit/d18b7ea621613472f9ca95103a82e7d05d17bcef
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp-trunc.ll
Log Message:
-----------
[InstCombine] add tests for icmp with trunc op; NFC
Commit: c85df3c7d5ee91210d9d433b5a5b94ab1e5fd3be
https://github.com/llvm/llvm-project/commit/c85df3c7d5ee91210d9d433b5a5b94ab1e5fd3be
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Log Message:
-----------
[InstCombine] refactor fold for icmp with trunc op; NFC
There are at least 3 related folds we can add here - see D112634.
Compare: https://github.com/llvm/llvm-project/compare/34b903d8b0c1...c85df3c7d5ee
More information about the All-commits
mailing list