[PATCH] D109149: [DAG] Fold select_cc setgt X, -1, C, ~C -> xor (ashr X, BW-1), C
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 3 07:56:25 PDT 2021
- Previous message: [PATCH] D109149: [DAG] Fold select_cc setgt X, -1, C, ~C -> xor (ashr X, BW-1), C
- Next message: [PATCH] D109149: [DAG] Fold select_cc setgt X, -1, C, ~C -> xor (ashr X, BW-1), C
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
dmgreen added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/testComparesi32ltu.ll:75
; CHECK-P10-LE-LABEL: testCompare1:
-; CHECK-P10-LE: .localentry testCompare1, 1
-; CHECK-P10-LE-NEXT: # %bb.0: # %entry
+; CHECK-P10-LE: # %bb.0: # %entry
; CHECK-P10-LE-NEXT: plbz r4, testCompare1 at PCREL(0), 1
----------------
spatel wrote:
> What is happening on this test?
Oh, I thought I had removed all those. This is just regenerated the test, there are no changes in this file now (there was in a previous version).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109149/new/
https://reviews.llvm.org/D109149
- Previous message: [PATCH] D109149: [DAG] Fold select_cc setgt X, -1, C, ~C -> xor (ashr X, BW-1), C
- Next message: [PATCH] D109149: [DAG] Fold select_cc setgt X, -1, C, ~C -> xor (ashr X, BW-1), C
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list