We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8c9e8 commit fc654b4Copy full SHA for fc654b4
llvm/lib/Target/RISCV/RISCVPushPopOptimizer.cpp
@@ -6,9 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-// This file contains a pass that modifies PUSH/POP instructions from Zca
10
-// standard to use their non prolog/epilog related functionalities
11
-// and generates POPRET instruction.
+// This file contains a pass that replaces Zcmp POP instructions with
+// POPRET[Z] where possible.
12
13
14
0 commit comments