[PATCH] D35178: [GlobalISel][X86] Support G_LOAD/G_STORE i1.

Guy Blank via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 00:32:53 PDT 2017


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





More information about the llvm-commits mailing list