We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b2552 commit 4650b2fCopy full SHA for 4650b2f
llvm/test/DebugInfo/Generic/codegenprep-addrsink.ll renamed to llvm/test/DebugInfo/X86/codegenprep-addrsink.ll
@@ -1,4 +1,4 @@
1
-; RUN: llc -start-before=codegenprepare -stop-after=codegenprepare %s -o - | FileCheck %s
+; RUN: llc -start-before=codegenprepare -stop-after=codegenprepare -mtriple=x86_64-unknown-unknown %s -o - | FileCheck %s
2
;
3
; CGP duplicates address calculation into each basic block that contains loads
4
; or stores, so that they can be folded into instruction memory operands for
0 commit comments