Loading llvm/test/CodeGen/X86/h-registers-1.ll +1 −1 Original line number Diff line number Diff line ; RUN: llc < %s -march=x86-64 > %t ; RUN: llc < %s -mtriple=x86_64-linux > %t ; RUN: grep {movzbl %\[abcd\]h,} %t | count 8 ; RUN: grep {%\[abcd\]h} %t | not grep {%r\[\[:digit:\]\]*d} Loading Loading
llvm/test/CodeGen/X86/h-registers-1.ll +1 −1 Original line number Diff line number Diff line ; RUN: llc < %s -march=x86-64 > %t ; RUN: llc < %s -mtriple=x86_64-linux > %t ; RUN: grep {movzbl %\[abcd\]h,} %t | count 8 ; RUN: grep {%\[abcd\]h} %t | not grep {%r\[\[:digit:\]\]*d} Loading