[PATCH] D41350: [DAGCombine] Improve ReduceLoadWidth for SRL

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 10:33:38 PST 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/h-registers-1.ll:18
+; CHECK: movq   %r9, %r
 ; CHECK: movzbl %{{[abcd]}}h, %e
 ; CHECK: ret
----------------
These checks aren't testing the zero-extension. I've updated the test at rL321003 - please can you rebase and then regenerate the test with the update_llc_test_checks.py script to check the diff?


https://reviews.llvm.org/D41350





More information about the llvm-commits mailing list