In preparation for https://reviews.llvm.org/D130127, preprocess
llvm/test/CodeGen/AArch64/callbr-asm-obj-file.ll with
update_llc_test_checks.py. Add nounwind fn attr to remove .cfi
directives. -asm-verbose=0 would be nice but breaks
update_llc_test_checks.py. Remove IR comments, and unnecessary keywords.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Rereading https://reviews.llvm.org/D65352, we might either want:
- to also do this for llvm/test/CodeGen/X86/callbr-asm-obj-file.ll
- not do this, and simply manually fix up the test in https://reviews.llvm.org/D130127 (avoiding the use of utils/update_llc_test_checks.py)
- OTHER