[PATCH] D123693: Transform illegal intrinsics to V_ILLEGAL
Leon Clark via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 13:12:40 PDT 2022
Leonc marked an inline comment as done.
Leonc added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:8396
+SDValue SITargetLowering::makeV_ILLEGAL(SDValue Op, SelectionDAG & DAG) const {
+ LLVM_DEBUG(dbgs() << "Subtarget->getGeneration() == " << Subtarget->getGeneration() << "\n";);
+ // Create the V_ILLEGAL node.
----------------
arsenm wrote:
> DRop this debug printing
Thanks, my mistake.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123693/new/
https://reviews.llvm.org/D123693
More information about the llvm-commits
mailing list