[PATCH] D117298: [CodeGen] Remove unneeded regex escaping in FileCheck patterns. NFC.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 18 08:11:10 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf510045d820b: [CodeGen] Remove unneeded regex escaping in FileCheck patterns. NFC. (authored by foad).

Changed prior to commit:
  https://reviews.llvm.org/D117298?vs=399944&id=409939#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117298/new/

https://reviews.llvm.org/D117298

Files:
  llvm/test/CodeGen/AArch64/GlobalISel/swiftself.ll
  llvm/test/CodeGen/AArch64/aarch64-interleaved-ld-combine.ll
  llvm/test/CodeGen/AArch64/arm64-abi_align.ll
  llvm/test/CodeGen/AArch64/arm64-alloc-no-stack-realign.ll
  llvm/test/CodeGen/AArch64/arm64-code-model-large-darwin.ll
  llvm/test/CodeGen/AArch64/arm64-collect-loh.ll
  llvm/test/CodeGen/AArch64/arm64-dagcombiner-load-slicing.ll
  llvm/test/CodeGen/AArch64/arm64-fast-isel-call.ll
  llvm/test/CodeGen/AArch64/arm64-fast-isel-gv.ll
  llvm/test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
  llvm/test/CodeGen/AArch64/arm64-fast-isel-materialize.ll
  llvm/test/CodeGen/AArch64/arm64-promote-const.ll
  llvm/test/CodeGen/AArch64/arm64-swizzle-tbl-i16-layout.ll
  llvm/test/CodeGen/AArch64/arm64-vector-ldst.ll
  llvm/test/CodeGen/AArch64/arm64-virtual_base.ll
  llvm/test/CodeGen/AArch64/cmpxchg-O0.ll
  llvm/test/CodeGen/AArch64/dllimport.ll
  llvm/test/CodeGen/AArch64/fast-isel-atomic.ll
  llvm/test/CodeGen/AArch64/fast-isel-branch-cond-mask.ll
  llvm/test/CodeGen/AArch64/fast-isel-cmpxchg.ll
  llvm/test/CodeGen/AArch64/fast-isel-runtime-libcall.ll
  llvm/test/CodeGen/AArch64/misched-fusion-addr-tune.ll
  llvm/test/CodeGen/AArch64/misched-fusion-addr.ll
  llvm/test/CodeGen/AArch64/stack-guard-reassign.ll
  llvm/test/CodeGen/AArch64/stack-guard-sve.ll
  llvm/test/CodeGen/AArch64/stack-protector-target.ll
  llvm/test/CodeGen/AArch64/stack-tagging-unchecked-ld-st.ll
  llvm/test/CodeGen/AArch64/stack_guard_remat.ll
  llvm/test/CodeGen/AArch64/stgp.ll
  llvm/test/CodeGen/AArch64/swiftself.ll
  llvm/test/CodeGen/AArch64/tagged-globals-pic.ll
  llvm/test/CodeGen/AArch64/tagged-globals-static.ll
  llvm/test/CodeGen/AArch64/win-tls.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.dispatch.id.ll
  llvm/test/CodeGen/AMDGPU/acc-ldst.ll
  llvm/test/CodeGen/AMDGPU/add.i16.ll
  llvm/test/CodeGen/AMDGPU/add.v2i16.ll
  llvm/test/CodeGen/AMDGPU/add_i128.ll
  llvm/test/CodeGen/AMDGPU/addrspacecast.ll
  llvm/test/CodeGen/AMDGPU/alignbit-pat.ll
  llvm/test/CodeGen/AMDGPU/always-uniform.ll
  llvm/test/CodeGen/AMDGPU/amdpal.ll
  llvm/test/CodeGen/AMDGPU/amdpal_scratch_mergedshader.ll
  llvm/test/CodeGen/AMDGPU/and.ll
  llvm/test/CodeGen/AMDGPU/atomic_cmp_swap_local.ll
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_buffer.ll
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_raw_buffer.ll
  llvm/test/CodeGen/AMDGPU/atomic_optimizations_struct_buffer.ll
  llvm/test/CodeGen/AMDGPU/bfe-combine.ll
  llvm/test/CodeGen/AMDGPU/bfe-patterns.ll
  llvm/test/CodeGen/AMDGPU/bitreverse-inline-immediates.ll
  llvm/test/CodeGen/AMDGPU/branch-relaxation-debug-info.mir
  llvm/test/CodeGen/AMDGPU/branch-relaxation.ll
  llvm/test/CodeGen/AMDGPU/build_vector.ll
  llvm/test/CodeGen/AMDGPU/call-argument-types.ll
  llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll
  llvm/test/CodeGen/AMDGPU/captured-frame-index.ll
  llvm/test/CodeGen/AMDGPU/clamp-modifier.ll
  llvm/test/CodeGen/AMDGPU/coalesce-vgpr-alignment.ll
  llvm/test/CodeGen/AMDGPU/combine-ftrunc.ll
  llvm/test/CodeGen/AMDGPU/commute-compares.ll
  llvm/test/CodeGen/AMDGPU/constant-address-space-32bit.ll
  llvm/test/CodeGen/AMDGPU/constant-fold-mi-operands.ll
  llvm/test/CodeGen/AMDGPU/control-flow-fastregalloc.ll
  llvm/test/CodeGen/AMDGPU/ctpop64.ll
  llvm/test/CodeGen/AMDGPU/ds_read2_superreg.ll
  llvm/test/CodeGen/AMDGPU/ds_read2st64.ll
  llvm/test/CodeGen/AMDGPU/early-if-convert-cost.ll
  llvm/test/CodeGen/AMDGPU/extract_vector_dynelt.ll
  llvm/test/CodeGen/AMDGPU/extract_vector_elt-f16.ll
  llvm/test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
  llvm/test/CodeGen/AMDGPU/extract_vector_elt-i8.ll
  llvm/test/CodeGen/AMDGPU/fabs.f16.ll
  llvm/test/CodeGen/AMDGPU/fabs.ll
  llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
  llvm/test/CodeGen/AMDGPU/fcmp.f16.ll
  llvm/test/CodeGen/AMDGPU/fcopysign.f16.ll
  llvm/test/CodeGen/AMDGPU/fcopysign.f32.ll
  llvm/test/CodeGen/AMDGPU/fcopysign.f64.ll
  llvm/test/CodeGen/AMDGPU/fdiv.f64.ll
  llvm/test/CodeGen/AMDGPU/fdiv32-to-rcp-folding.ll
  llvm/test/CodeGen/AMDGPU/fix-wwm-vgpr-copy.ll
  llvm/test/CodeGen/AMDGPU/flat-address-space.ll
  llvm/test/CodeGen/AMDGPU/flat_atomics_i64.ll
  llvm/test/CodeGen/AMDGPU/fmin_legacy.ll
  llvm/test/CodeGen/AMDGPU/fmul.f16.ll
  llvm/test/CodeGen/AMDGPU/fneg-combines.ll
  llvm/test/CodeGen/AMDGPU/fneg-fabs.f64.ll
  llvm/test/CodeGen/AMDGPU/fp_to_sint.f64.ll
  llvm/test/CodeGen/AMDGPU/fp_to_uint.f64.ll
  llvm/test/CodeGen/AMDGPU/fpext.f16.ll
  llvm/test/CodeGen/AMDGPU/fptosi.f16.ll
  llvm/test/CodeGen/AMDGPU/fptoui.f16.ll
  llvm/test/CodeGen/AMDGPU/fptrunc.f16.ll
  llvm/test/CodeGen/AMDGPU/fract.f64.ll
  llvm/test/CodeGen/AMDGPU/function-args.ll
  llvm/test/CodeGen/AMDGPU/function-call-relocs.ll
  llvm/test/CodeGen/AMDGPU/global-constant.ll
  llvm/test/CodeGen/AMDGPU/global-extload-i16.ll
  llvm/test/CodeGen/AMDGPU/global-variable-relocs.ll
  llvm/test/CodeGen/AMDGPU/global_atomics.ll
  llvm/test/CodeGen/AMDGPU/global_atomics_i64.ll
  llvm/test/CodeGen/AMDGPU/global_smrd.ll
  llvm/test/CodeGen/AMDGPU/illegal-sgpr-to-vgpr-copy.ll
  llvm/test/CodeGen/AMDGPU/image-sample-waterfall.ll
  llvm/test/CodeGen/AMDGPU/indirect-addressing-si-gfx9.ll
  llvm/test/CodeGen/AMDGPU/indirect-addressing-si-pregfx9.ll
  llvm/test/CodeGen/AMDGPU/indirect-addressing-si.ll
  llvm/test/CodeGen/AMDGPU/inline-asm.ll
  llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
  llvm/test/CodeGen/AMDGPU/invariant-load-no-alias-store.ll
  llvm/test/CodeGen/AMDGPU/kernel-argument-dag-lowering.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.format.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pk.i16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pk.u16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pknorm.i16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pknorm.u16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.dispatch.id.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.div.scale.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.barrier.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.init.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.is.private.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.is.shared.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.gfx90a.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.load.format.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.store.format.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.load.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.store.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamp.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.load.format.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.buffer.store.format.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.load.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.tbuffer.store.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.load.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.tbuffer.store.d16.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll
  llvm/test/CodeGen/AMDGPU/llvm.fma.f16.ll
  llvm/test/CodeGen/AMDGPU/load-constant-i8.ll
  llvm/test/CodeGen/AMDGPU/load-global-i32.ll
  llvm/test/CodeGen/AMDGPU/load-global-i8.ll
  llvm/test/CodeGen/AMDGPU/load-local-i16.ll
  llvm/test/CodeGen/AMDGPU/load-local-i8.ll
  llvm/test/CodeGen/AMDGPU/local-atomics64.ll
  llvm/test/CodeGen/AMDGPU/memcpy-scoped-aa.ll
  llvm/test/CodeGen/AMDGPU/merge-stores.ll
  llvm/test/CodeGen/AMDGPU/missing-store.ll
  llvm/test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll
  llvm/test/CodeGen/AMDGPU/mubuf-legalize-operands.ll
  llvm/test/CodeGen/AMDGPU/not-scalarize-volatile-load.ll
  llvm/test/CodeGen/AMDGPU/operand-folding.ll
  llvm/test/CodeGen/AMDGPU/or.ll
  llvm/test/CodeGen/AMDGPU/packed-fp32.ll
  llvm/test/CodeGen/AMDGPU/private-access-no-objects.ll
  llvm/test/CodeGen/AMDGPU/private-element-size.ll
  llvm/test/CodeGen/AMDGPU/promote-alloca-vector-to-vector.ll
  llvm/test/CodeGen/AMDGPU/read_register.ll
  llvm/test/CodeGen/AMDGPU/readcyclecounter.ll
  llvm/test/CodeGen/AMDGPU/rel32.ll
  llvm/test/CodeGen/AMDGPU/returnaddress.ll
  llvm/test/CodeGen/AMDGPU/s_movk_i32.ll
  llvm/test/CodeGen/AMDGPU/salu-to-valu.ll
  llvm/test/CodeGen/AMDGPU/select-opt.ll
  llvm/test/CodeGen/AMDGPU/select-vectors.ll
  llvm/test/CodeGen/AMDGPU/sext-in-reg.ll
  llvm/test/CodeGen/AMDGPU/sgpr-copy-local-cse.ll
  llvm/test/CodeGen/AMDGPU/sgpr-copy.ll
  llvm/test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll
  llvm/test/CodeGen/AMDGPU/shift-i64-opts.ll
  llvm/test/CodeGen/AMDGPU/shl-add-to-add-shl.ll
  llvm/test/CodeGen/AMDGPU/shl_add_constant.ll
  llvm/test/CodeGen/AMDGPU/shl_add_ptr_csub.ll
  llvm/test/CodeGen/AMDGPU/shl_add_ptr_global.ll
  llvm/test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
  llvm/test/CodeGen/AMDGPU/sint_to_fp.f64.ll
  llvm/test/CodeGen/AMDGPU/sminmax.v2i16.ll
  llvm/test/CodeGen/AMDGPU/smrd_vmem_war.ll
  llvm/test/CodeGen/AMDGPU/sopk-compares.ll
  llvm/test/CodeGen/AMDGPU/sub.i16.ll
  llvm/test/CodeGen/AMDGPU/sub.ll
  llvm/test/CodeGen/AMDGPU/trunc.ll
  llvm/test/CodeGen/AMDGPU/uint_to_fp.f64.ll
  llvm/test/CodeGen/AMDGPU/unaligned-load-store.ll
  llvm/test/CodeGen/AMDGPU/uniform-cfg.ll
  llvm/test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll
  llvm/test/CodeGen/AMDGPU/v_cndmask.ll
  llvm/test/CodeGen/AMDGPU/vectorize-loads.ll
  llvm/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
  llvm/test/CodeGen/AMDGPU/wave32.ll
  llvm/test/CodeGen/AMDGPU/widen-vselect-and-mask.ll
  llvm/test/CodeGen/AMDGPU/wwm-reserved.ll
  llvm/test/CodeGen/AMDGPU/xor.ll
  llvm/test/CodeGen/AMDGPU/zero_extend.ll
  llvm/test/CodeGen/AMDGPU/zext-i64-bit-operand.ll
  llvm/test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
  llvm/test/CodeGen/ARM/Windows/tls.ll
  llvm/test/CodeGen/ARM/cmpxchg-O0-be.ll
  llvm/test/CodeGen/ARM/cmpxchg-O0.ll
  llvm/test/CodeGen/ARM/constantpool-promote-ldrh.ll
  llvm/test/CodeGen/ARM/fast-isel-call.ll
  llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll
  llvm/test/CodeGen/ARM/fast-isel-ldr-str-thumb-neg-index.ll
  llvm/test/CodeGen/ARM/fast-isel-ldrh-strh-arm.ll
  llvm/test/CodeGen/ARM/fast-isel-vararg.ll
  llvm/test/CodeGen/ARM/fast-isel.ll
  llvm/test/CodeGen/ARM/fp16-load-store.ll
  llvm/test/CodeGen/ARM/i64_volatile_load_store.ll
  llvm/test/CodeGen/ARM/indirectbr.ll
  llvm/test/CodeGen/ARM/jump-table-tbh.ll
  llvm/test/CodeGen/ARM/ldrd.ll
  llvm/test/CodeGen/ARM/memcpy-ldm-stm.ll
  llvm/test/CodeGen/ARM/setjmp_longjmp.ll
  llvm/test/CodeGen/ARM/stack-guard-tls.ll
  llvm/test/CodeGen/ARM/stack_guard_remat.ll
  llvm/test/CodeGen/ARM/struct_byval_arm_t1_t2.ll
  llvm/test/CodeGen/ARM/swiftself.ll
  llvm/test/CodeGen/ARM/thumb-big-stack.ll
  llvm/test/CodeGen/ARM/thumb_indirect_calls.ll
  llvm/test/CodeGen/ARM/vector-DAGCombine.ll
  llvm/test/CodeGen/ARM/vld3.ll
  llvm/test/CodeGen/ARM/win32-ssp.ll
  llvm/test/CodeGen/Thumb/stack_guard_remat.ll
  llvm/test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll
  llvm/test/CodeGen/Thumb2/stack_guard_remat.ll
  llvm/test/CodeGen/XCore/epilogue_prologue.ll
  llvm/test/CodeGen/XCore/scavenging.ll
  llvm/test/CodeGen/XCore/varargs.ll
  llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll
  llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/reassociate-geps-and-slsr.ll



More information about the llvm-commits mailing list