[PATCH] DAGCombiner: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
Matt Arsenault
Matthew.Arsenault at amd.com
Wed Jan 21 13:49:04 PST 2015
- Previous message: [PATCH] DAGCombiner: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
- Next message: [PATCH] DAGCombiner: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Evergreen tests are a huge pain to update. There aren't any sub 32-bit loads or stores, so every operation is lowered to a 32-bit operation with masking. These changes are probably fine, although for what these tests seem to really be checking they should do something else that really requires the upper bits to be zeroed.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7063
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
- Previous message: [PATCH] DAGCombiner: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
- Next message: [PATCH] DAGCombiner: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list