guyblank added inline comments.
================
Comment at: test/CodeGen/X86/GlobalISel/memop-scalar-x32.ll:7
+define i1 @test_load_i1(i1 * %p1) {
+; ALL-LABEL: test_load_i1:
----------------
should there be an AND here for the truncation to i1?
https://reviews.llvm.org/D35178