[llvm] 357b18e - [instcombine] Add/cleanup attributes in a test
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 18 19:02:49 PST 2022
Author: Philip Reames
Date: 2022-02-18T19:01:55-08:00
New Revision: 357b18e2821c7be7fb0ae6cbde3f8cade8195d93
URL: https://github.com/llvm/llvm-project/commit/357b18e2821c7be7fb0ae6cbde3f8cade8195d93
DIFF: https://github.com/llvm/llvm-project/commit/357b18e2821c7be7fb0ae6cbde3f8cade8195d93.diff
LOG: [instcombine] Add/cleanup attributes in a test
Added:
Modified:
llvm/test/Transforms/InstCombine/compare-unescaped.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/compare-unescaped.ll b/llvm/test/Transforms/InstCombine/compare-unescaped.ll
index 9f91ccbcc8e44..fefe036b0e7c1 100644
--- a/llvm/test/Transforms/InstCombine/compare-unescaped.ll
+++ b/llvm/test/Transforms/InstCombine/compare-unescaped.ll
@@ -3,7 +3,7 @@
@gp = global i32* null, align 8
-declare i8* @malloc(i64) #1
+declare noalias i8* @malloc(i64)
define i1 @compare_global_trivialeq() {
; CHECK-LABEL: @compare_global_trivialeq(
More information about the llvm-commits
mailing list