search for: bphi

Displaying 2 results from an estimated 2 matches for "bphi".

Did you mean: bhi
2018 Apr 18
1
[RFC] Making GVN able to visit the same block more than once
...entry: %val1 = load i32, i32* %ptr1, align 4 %val2 = load i32, i32* %ptr2, align 4 %val3 = load i32, i32* %ptr3, align 4 %cmp1 = icmp slt i32 %val1, %val2 br i1 %cmp1, label %a, label %b a: %cmp2 = icmp slt i32 %val1, %val3 br i1 %cmp2, label %end, label %b b: %bphi = phi i32* [ %ptr2, %a ], [ %ptr3, %entry ] br label %end end: %retptr = phi i32* [ %ptr1, %a ], [ %bphi, %b ] %ret = load i32, i32* %retptr, align 4 ret i32 %ret } Here this load of %ret is fully redundant: on every path from entry to end there is a load which already has the...
2014 Dec 03
0
[PATCH] Update links.html
Adding some links to links.html --- images/hw/pioneer_c.png | Bin 0 -> 3389 bytes images/hw/tesla.png | Bin 0 -> 6145 bytes links.html | 13 +++++++++++++ 3 files changed, 13 insertions(+) create mode 100644 images/hw/pioneer_c.png create mode 100644 images/hw/tesla.png diff --git a/images/hw/pioneer_c.png b/images/hw/pioneer_c.png new file mode 100644 index