[all-commits] [llvm/llvm-project] 758c46: [CGP] Enable CodeGenPrepares phi type convertion.
David Green via All-commits
all-commits at lists.llvm.org
Sun Jul 9 02:32:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 758c4640c95cbfec78fda4132aa5335dd54b1813
https://github.com/llvm/llvm-project/commit/758c4640c95cbfec78fda4132aa5335dd54b1813
Author: David Green <david.green at arm.com>
Date: 2023-07-09 (Sun, 09 Jul 2023)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/test/CodeGen/Thumb2/mve-float32regloops.ll
Log Message:
-----------
[CGP] Enable CodeGenPrepares phi type convertion.
This is a recommit of 67121d7, enabling the CodeGenPrepare OptimizePhiTypes
option that can help with the type of phi instructions into ISel.
More information about the All-commits
mailing list