[llvm] [PeepholeOptimizer] Add REG_SEQUENCE subregister use folding (PR #205795)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 04:48:27 PDT 2026
================
@@ -121,6 +136,10 @@ static cl::opt<bool> DisableNAPhysCopyOpt(
"disable-non-allocatable-phys-copy-opt", cl::Hidden, cl::init(false),
cl::desc("Disable non-allocatable physical register copy optimization"));
+static cl::opt<bool> DisablePeepholeRegSeqFold(
----------------
arsenm wrote:
Don't add this option
https://github.com/llvm/llvm-project/pull/205795
More information about the llvm-commits
mailing list