[PATCH] D61680: [X86] Avoid SFB - Fix inconsistent codegen with/without debug info
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 10:07:58 PDT 2019
probinson added inline comments.
================
Comment at: llvm/test/CodeGen/X86/avoid-sfb-g-no-change.mir:247
+ ; CHECK: RET 0
+...
----------------
Add `; DEBUG-LABEL: name: nodebug` at the end, to prove the CHECK lines are all looking at the correct copy of the function.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61680/new/
https://reviews.llvm.org/D61680
More information about the llvm-commits
mailing list