[PATCH] D34181: MachineInstr: Reason locally about some memory objects before going to AA.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 11:45:37 PDT 2017
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/load-global-i8.ll:370
+; EG-DAG: BFE_INT {{[* ]*}}T{{[0-9]*.[XYZW]}}, {{.*}}, 0.0, literal
+; EG-DAG: BFE_INT {{[* ]*}}T{{[0-9]*.[XYZW]}}, {{.*}}, 0.0, literal
; EG-DAG: 8
----------------
R600 checks often break because the annoying clause marker syntax, so I'm not concerned about these
https://reviews.llvm.org/D34181
More information about the llvm-commits
mailing list