[all-commits] [llvm/llvm-project] d5545a: [InstCombine] recognizeBSwapOrBitReverseIdiom - re...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Sep 30 06:44:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d5545a8993489ee426b757482a64c9373cf7cf38
https://github.com/llvm/llvm-project/commit/d5545a8993489ee426b757482a64c9373cf7cf38
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M llvm/lib/Transforms/Utils/Local.cpp
Log Message:
-----------
[InstCombine] recognizeBSwapOrBitReverseIdiom - remove unnecessary cast. NFCI.
Commit: 7fcad5583a12026ce19afe487681753ac633064a
https://github.com/llvm/llvm-project/commit/7fcad5583a12026ce19afe487681753ac633064a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/bswap.ll
Log Message:
-----------
[InstCombine] Remove %tmp variable names from bswap tests
Appease update_test_checks script that was complaining about potential %TMP clashes
Compare: https://github.com/llvm/llvm-project/compare/762e8f9bbdaf...7fcad5583a12
More information about the All-commits
mailing list