[PATCH] D23356: [DAG] Fix incorrect alignment of ext load.

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 10:40:35 PDT 2016


hfinkel added a subscriber: hfinkel.

================
Comment at: test/CodeGen/AMDGPU/extload-align.ll:5
@@ +4,3 @@
+; DEBUG: {{^}}# Machine code for function extload_align:
+; DEBUG: mem:LD2[<unknown>]{{[^(]}}
+; DEBUG: {{^}}# End machine code for function extload_align.
----------------
It is not obvious what you're checking here. Do you want to match the alignment? (or are you matching the lack of a non-default alignment)?


https://reviews.llvm.org/D23356





More information about the llvm-commits mailing list