[all-commits] [llvm/llvm-project] b006b6: [VE] Convert some tests to opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Dec 19 04:07:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b006b60dc993b2e0ba3e412c80709477241b6be6
      https://github.com/llvm/llvm-project/commit/b006b60dc993b2e0ba3e412c80709477241b6be6
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-12-19 (Mon, 19 Dec 2022)

  Changed paths:
    M llvm/test/CodeGen/VE/Packed/vec_load.ll
    M llvm/test/CodeGen/VE/Packed/vec_store.ll
    M llvm/test/CodeGen/VE/Scalar/alloca.ll
    M llvm/test/CodeGen/VE/Scalar/alloca_aligned.ll
    M llvm/test/CodeGen/VE/Scalar/atomic.ll
    M llvm/test/CodeGen/VE/Scalar/atomic_load.ll
    M llvm/test/CodeGen/VE/Scalar/atomic_store.ll
    M llvm/test/CodeGen/VE/Scalar/atomic_swap.ll
    M llvm/test/CodeGen/VE/Scalar/blockaddress.ll
    M llvm/test/CodeGen/VE/Scalar/br_analyze.ll
    M llvm/test/CodeGen/VE/Scalar/br_jt.ll
    M llvm/test/CodeGen/VE/Scalar/brind.ll
    M llvm/test/CodeGen/VE/Scalar/builtin_sjlj.ll
    M llvm/test/CodeGen/VE/Scalar/builtin_sjlj_bp.ll
    M llvm/test/CodeGen/VE/Scalar/builtin_sjlj_callsite.ll
    M llvm/test/CodeGen/VE/Scalar/builtin_sjlj_landingpad.ll
    M llvm/test/CodeGen/VE/Scalar/builtin_sjlj_lsda.ll
    M llvm/test/CodeGen/VE/Scalar/callstruct.ll
    M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
    M llvm/test/CodeGen/VE/Scalar/fp_fneg.ll
    M llvm/test/CodeGen/VE/Scalar/fp_frem.ll
    M llvm/test/CodeGen/VE/Scalar/frameaddr.ll
    M llvm/test/CodeGen/VE/Scalar/function_prologue_epilogue.ll
    M llvm/test/CodeGen/VE/Scalar/inlineasm-mem-gv.ll
    M llvm/test/CodeGen/VE/Scalar/inlineasm-mem-lo.ll
    M llvm/test/CodeGen/VE/Scalar/inlineasm-vldvst-reg.ll
    M llvm/test/CodeGen/VE/Scalar/inlineasm-vldvst.ll
    M llvm/test/CodeGen/VE/Scalar/lea-opt.ll
    M llvm/test/CodeGen/VE/Scalar/load-align1.ll
    M llvm/test/CodeGen/VE/Scalar/load-align2.ll
    M llvm/test/CodeGen/VE/Scalar/load-align4.ll
    M llvm/test/CodeGen/VE/Scalar/load-align8.ll
    M llvm/test/CodeGen/VE/Scalar/load.ll
    M llvm/test/CodeGen/VE/Scalar/load_gv.ll
    M llvm/test/CodeGen/VE/Scalar/load_off.ll
    M llvm/test/CodeGen/VE/Scalar/loadrri.ll
    M llvm/test/CodeGen/VE/Scalar/pic_access_static_data.ll
    M llvm/test/CodeGen/VE/Scalar/pic_func_call.ll
    M llvm/test/CodeGen/VE/Scalar/returnaddr.ll
    M llvm/test/CodeGen/VE/Scalar/sext_zext_load.ll
    M llvm/test/CodeGen/VE/Scalar/stackframe_align.ll
    M llvm/test/CodeGen/VE/Scalar/stackframe_call.ll
    M llvm/test/CodeGen/VE/Scalar/stackframe_nocall.ll
    M llvm/test/CodeGen/VE/Scalar/stackframe_size.ll
    M llvm/test/CodeGen/VE/Scalar/stacksave.ll
    M llvm/test/CodeGen/VE/Scalar/store-align1.ll
    M llvm/test/CodeGen/VE/Scalar/store-align2.ll
    M llvm/test/CodeGen/VE/Scalar/store-align4.ll
    M llvm/test/CodeGen/VE/Scalar/store-align8.ll
    M llvm/test/CodeGen/VE/Scalar/store.ll
    M llvm/test/CodeGen/VE/Scalar/store_gv.ll
    M llvm/test/CodeGen/VE/Scalar/symbol_relocation_tls.ll
    M llvm/test/CodeGen/VE/Scalar/tls.ll
    M llvm/test/CodeGen/VE/Scalar/truncstore.ll
    M llvm/test/CodeGen/VE/Scalar/va_arg.ll
    M llvm/test/CodeGen/VE/Scalar/va_callee.ll
    M llvm/test/CodeGen/VE/Scalar/va_caller.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/lsv.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/lvlgen.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/lvm.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/pack.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/pfchv.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/vbrd.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/vld.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/vmv.ll
    M llvm/test/CodeGen/VE/VELIntrinsics/vst.ll
    M llvm/test/CodeGen/VE/Vector/loadvm.ll
    M llvm/test/CodeGen/VE/Vector/loadvr.ll
    M llvm/test/CodeGen/VE/Vector/storevm.ll
    M llvm/test/CodeGen/VE/Vector/storevr.ll
    M llvm/test/CodeGen/VE/Vector/vec_gather.ll
    M llvm/test/CodeGen/VE/Vector/vec_load.ll
    M llvm/test/CodeGen/VE/Vector/vec_scatter.ll
    M llvm/test/CodeGen/VE/Vector/vec_store.ll
    M llvm/test/CodeGen/VE/Vector/vp_gather.ll
    M llvm/test/CodeGen/VE/Vector/vp_scatter.ll
    M llvm/test/CodeGen/VE/Vector/vp_strided_load.ll
    M llvm/test/CodeGen/VE/Vector/vp_strided_store.ll

  Log Message:
  -----------
  [VE] Convert some tests to opaque pointers (NFC)




More information about the All-commits mailing list