[PATCH] D126689: [IR] Enable opaque pointers by default

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 04:01:22 PDT 2022


nikic created this revision.
Herald added subscribers: jsji, kosarev, jdoerfert, kerbowa, pengfei, atanasyan, jrtc27, hiraditya, jvesely, nemanjai, sdardis.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is still work in progress.


https://reviews.llvm.org/D126689

Files:
  llvm/lib/IR/LLVMContextImpl.cpp
  llvm/test/Assembler/comment.ll
  llvm/test/Assembler/invalid-vecreduce.ll
  llvm/test/CodeGen/AArch64/GlobalISel/combine-shift-immed-mismatch-crash.mir
  llvm/test/CodeGen/AArch64/GlobalISel/preselect-process-phis.mir
  llvm/test/CodeGen/AArch64/stp-opt-with-renaming-undef-assert.mir
  llvm/test/CodeGen/AArch64/taildup-inst-dup-loc.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/prelegalizer-combiner-divrem.mir
  llvm/test/CodeGen/AMDGPU/merge-flat-load-store.mir
  llvm/test/CodeGen/AMDGPU/merge-flat-with-global-load-store.mir
  llvm/test/CodeGen/AMDGPU/merge-global-load-store.mir
  llvm/test/CodeGen/ARM/GlobalISel/arm-select-globals-ropi-rwpi.mir
  llvm/test/CodeGen/ARM/GlobalISel/arm-select-globals-static.mir
  llvm/test/CodeGen/ARM/GlobalISel/thumb-select-globals-ropi-rwpi.mir
  llvm/test/CodeGen/ARM/GlobalISel/thumb-select-globals-static.mir
  llvm/test/CodeGen/MIR/Generic/aligned-memoperands.mir
  llvm/test/CodeGen/Mips/cstmaterialization/isel-materialization.ll
  llvm/test/CodeGen/PowerPC/fmf-propagation.ll
  llvm/test/CodeGen/SystemZ/regcoal-undef-lane-4-rm-cp-commuting-def.mir
  llvm/test/CodeGen/X86/bug47278.mir
  llvm/test/Transforms/BlockExtractor/extract-blocks-with-groups.ll
  llvm/test/Transforms/CodeExtractor/PartialInlineAttributes.ll
  llvm/test/Transforms/CodeExtractor/PartialInlineDebug.ll
  llvm/test/Transforms/CodeExtractor/PartialInlineVarArgsDebug.ll
  llvm/test/Transforms/GCOVProfiling/atomic-counter.ll
  llvm/test/Transforms/GCOVProfiling/function-numbering.ll
  llvm/test/Transforms/GCOVProfiling/noprofile.ll
  llvm/test/Transforms/GCOVProfiling/reset.ll
  llvm/test/Transforms/HotColdSplit/phi-with-distinct-outlined-values.ll
  llvm/test/Transforms/HotColdSplit/split-phis-in-exit-blocks.ll
  llvm/test/Transforms/IROutliner/different-order-phi-merges.ll
  llvm/test/Transforms/IROutliner/duplicate-merging-phis.ll
  llvm/test/Transforms/IROutliner/exit-block-phi-node-value-attribution.ll
  llvm/test/Transforms/IROutliner/exit-phi-nodes-incoming-value-constant-argument.ll
  llvm/test/Transforms/IROutliner/no-external-block-entries.ll
  llvm/test/Transforms/IROutliner/one-external-incoming-block-phi-node.ll
  llvm/test/Transforms/IROutliner/phi-node-exit-path-order.ll
  llvm/test/Transforms/LowerTypeTests/export-alias.ll
  llvm/test/Transforms/LowerTypeTests/export-allones.ll
  llvm/test/Transforms/LowerTypeTests/export-bytearray.ll
  llvm/test/Transforms/LowerTypeTests/export-icall.ll
  llvm/test/Transforms/LowerTypeTests/export-inline.ll
  llvm/test/Transforms/LowerTypeTests/export-single.ll
  llvm/test/Transforms/LowerTypeTests/pr37625.ll
  llvm/test/Transforms/NewGVN/phi-of-ops-simplified-to-existing-value-then-changes-again.ll
  llvm/test/Transforms/NewGVN/pr42422-phi-of-ops.ll
  llvm/test/Transforms/PhaseOrdering/X86/simplifycfg-late.ll
  llvm/test/Transforms/RewriteStatepointsForGC/call-gc-result.ll
  llvm/test/Transforms/RewriteStatepointsForGC/deopt-intrinsic-cconv.ll
  llvm/test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll
  llvm/test/Transforms/SimplifyCFG/X86/disable-lookup-table.ll
  llvm/test/Transforms/SimplifyCFG/X86/switch-covered-bug.ll
  llvm/test/Transforms/SimplifyCFG/X86/switch-table-bug.ll
  llvm/test/Transforms/SimplifyCFG/X86/switch-to-lookup-large-types.ll
  llvm/test/Transforms/SimplifyCFG/rangereduce.ll
  llvm/test/Transforms/Util/add-TLI-mappings.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126689.433048.patch
Type: text/x-patch
Size: 160279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220531/b59b99f4/attachment-0001.bin>


More information about the llvm-commits mailing list