"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "34fc973b08e16b7da5ca614ea5b8911b218f80e5"
When we're doing a compare of load-AND-constant to 0
(e.g. a bitfield test) narrow the load as much as possible. The has the potential to avoid unnecessary partial-word load-after-store conflicts, which cause stalls on several targets. Also a size win on x86 (testb vs testl). llvm-svn: 58825
Loading
Please register or sign in to comment