[PATCH] D125846: [StackProtector] Allow targets to specify an instruction is part of terminator sequence
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 15:26:56 PDT 2022
arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: wdng.
Why can't you just mark these instructions as being terminators? AMDGPU has to glue a lot of ALU instructions to terminators, and we just define terminator and nonterminator pseudo variants
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125846/new/
https://reviews.llvm.org/D125846
More information about the llvm-commits
mailing list