[PATCH] Remove redundant folding of bswap(bswap(x))

Matt Arsenault Matthew.Arsenault at amd.com
Wed Aug 13 10:58:50 PDT 2014


This is just a thinko. I was misreading this as bswap(bswap(x)) -> bswap(x), but it actually removes the bswap which makes more sense

http://reviews.llvm.org/D4887






More information about the llvm-commits mailing list