Details
- Reviewers
MaskRay
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/x32-function_pointer-3.ll | ||
---|---|---|
34 | add nounwind to remove .cfi_* noise. Then consider using more CHECK-NEXT Maybe consider regenerating the CHECK patterns with update_llc_test_checks.py |
llvm/test/CodeGen/X86/x32-function_pointer-3.ll | ||
---|---|---|
34 | I do not want the two tests that basically test the same thing, in slightly different cases, to test things differently: the CHECK lines here are written to match those of the existing test that was already in this file. I had an auto-generated test earlier and specifically updated it to use this file's style. |
add nounwind to remove .cfi_* noise. Then consider using more CHECK-NEXT
Maybe consider regenerating the CHECK patterns with update_llc_test_checks.py