[PATCH] D111818: [llvm-reduce] Introduce operands-skip pass.
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 15:55:39 PDT 2021
aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp:55
+
+ if (isa<UndefValue>(V))
+ return 4;
----------------
an `UndefValue` is a `ConstantData`, so this should be moved into the `ConstantData` if block above
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111818/new/
https://reviews.llvm.org/D111818
More information about the llvm-commits
mailing list