[llvm] [CodeGen] [ARM] Make RISC-V Init Undef Pass Target Independent and add support for the ARM Architecture. (PR #77770)
Jack Styles via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 06:35:37 PST 2024
================
@@ -1179,6 +1179,8 @@ void CodeGenPassBuilder<Derived>::addOptimizedRegAlloc(
AddMachinePass &addPass) const {
addPass(DetectDeadLanesPass());
+ addPass(InitUndefPass())
----------------
Stylie777 wrote:
Updated
https://github.com/llvm/llvm-project/pull/77770
More information about the llvm-commits
mailing list