[llvm] [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (PR #114292)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 7 04:22:43 PST 2024


================
@@ -64,6 +64,7 @@ exit:
 declare float @powf(float, float) readnone nounwind
 
 ; Ensure the extractvalue + add instructions are hoisted out
+; CM-LABEL: Checking a loop in 'test_getVectorCallCost'
----------------
fhahn wrote:

Yes, the test was matching the VPlan from the previous function, split off to 0cedb8f215965fe25812094a9e2970b56d86a56e

https://github.com/llvm/llvm-project/pull/114292


More information about the llvm-commits mailing list