[PATCH] D151945: Introduce G_CONSTANT_FOLD_BARRIER and use it to prevent constant folding hoisted constants.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 10:25:10 PDT 2023


aemerson updated this revision to Diff 528927.
aemerson retitled this revision from "Introduce G_OPAQUE and use it to prevent constant folding hoisted constants." to "Introduce G_CONSTANT_FOLD_BARRIER and use it to prevent constant folding hoisted constants.".
aemerson edited the summary of this revision.
aemerson added a comment.

Rename to `G_CONSTANT_FOLD_BARRIER`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151945

Files:
  llvm/docs/GlobalISel/GenericOpcode.rst
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/GenericOpcodes.td
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-bitcast.ll
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-hoisted-constants.ll
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  llvm/test/CodeGen/AArch64/GlobalISel/localizer-arm64-tti.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151945.528927.patch
Type: text/x-patch
Size: 17034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230606/a661030b/attachment.bin>


More information about the llvm-commits mailing list